Package | Description |
---|---|
org.encog.ml.data.market | |
org.encog.ml.data.temporal | |
org.encog.neural.data.basic | |
org.encog.util.normalize.input |
Modifier and Type | Class and Description |
---|---|
class |
MarketMLDataSet
A data set that is designed to hold market data.
|
Modifier and Type | Class and Description |
---|---|
class |
TemporalMLDataSet
This class implements a temporal neural data set.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicNeuralDataSet
This is an alias class for Encog 2.5 compatibility.
|
Constructor and Description |
---|
BasicNeuralDataSet(NeuralDataSet set)
Construct from another object.
|
Modifier and Type | Method and Description |
---|---|
NeuralDataSet |
InputFieldMLDataSet.getNeuralDataSet() |
Constructor and Description |
---|
InputFieldMLDataSet(boolean usedForNetworkInput,
NeuralDataSet data,
int offset)
Construct a input field based on a NeuralDataSet.
|
Copyright © 2014. All Rights Reserved.