|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NeuralDataSet | |
|---|---|
| org.encog.ml.data.market | |
| org.encog.ml.data.temporal | |
| org.encog.neural.data.basic | This package contains compatibility classes to ease the transition to Encog 3.0. |
| org.encog.util.normalize.input | |
| org.encog.util.normalize.target | |
| Uses of NeuralDataSet in org.encog.ml.data.market |
|---|
| Classes in org.encog.ml.data.market that implement NeuralDataSet | |
|---|---|
class |
MarketMLDataSet
A data set that is designed to hold market data. |
| Uses of NeuralDataSet in org.encog.ml.data.temporal |
|---|
| Classes in org.encog.ml.data.temporal that implement NeuralDataSet | |
|---|---|
class |
TemporalMLDataSet
This class implements a temporal neural data set. |
| Uses of NeuralDataSet in org.encog.neural.data.basic |
|---|
| Classes in org.encog.neural.data.basic that implement NeuralDataSet | |
|---|---|
class |
BasicNeuralDataSet
This is an alias class for Encog 2.5 compatibility. |
| Constructors in org.encog.neural.data.basic with parameters of type NeuralDataSet | |
|---|---|
BasicNeuralDataSet(NeuralDataSet set)
Construct from another object. |
|
| Uses of NeuralDataSet in org.encog.util.normalize.input |
|---|
| Methods in org.encog.util.normalize.input that return NeuralDataSet | |
|---|---|
NeuralDataSet |
InputFieldMLDataSet.getNeuralDataSet()
|
| Constructors in org.encog.util.normalize.input with parameters of type NeuralDataSet | |
|---|---|
InputFieldMLDataSet(boolean usedForNetworkInput,
NeuralDataSet data,
int offset)
Construct a input field based on a NeuralDataSet. |
|
| Uses of NeuralDataSet in org.encog.util.normalize.target |
|---|
| Methods in org.encog.util.normalize.target that return NeuralDataSet | |
|---|---|
NeuralDataSet |
NormalizationStorageNeuralDataSet.getDataset()
|
| Constructors in org.encog.util.normalize.target with parameters of type NeuralDataSet | |
|---|---|
NormalizationStorageNeuralDataSet(NeuralDataSet dataset)
Construct a normalized neural storage class to hold data. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||