|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.util.normalize.target.NormalizationStorageNeuralDataSet
public class NormalizationStorageNeuralDataSet
Store the normalized data to a neural data set.
Constructor Summary | |
---|---|
NormalizationStorageNeuralDataSet()
|
|
NormalizationStorageNeuralDataSet(int inputCount,
int idealCount)
Construct a new NeuralDataSet based on the parameters specified. |
|
NormalizationStorageNeuralDataSet(MLDataSet dataset)
Construct a normalized neural storage class to hold data. |
Method Summary | |
---|---|
void |
close()
Not needed for this storage type. |
MLDataSet |
getDataset()
|
void |
open(DataNormalization norm)
Not needed for this storage type. |
void |
write(double[] data,
int inputCount)
Write an array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NormalizationStorageNeuralDataSet()
public NormalizationStorageNeuralDataSet(int inputCount, int idealCount)
inputCount
- The input count.idealCount
- The output count.public NormalizationStorageNeuralDataSet(MLDataSet dataset)
dataset
- The data set to store to. This uses an existing data set.Method Detail |
---|
public void close()
close
in interface NormalizationStorage
public void open(DataNormalization norm)
open
in interface NormalizationStorage
public void write(double[] data, int inputCount)
write
in interface NormalizationStorage
data
- The data to write.inputCount
- How much of the data is input.public MLDataSet getDataset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |