org.encog.util.normalize.target
Interface NormalizationStorage
-
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- NormalizationStorageArray1D, NormalizationStorageArray2D, NormalizationStorageCSV, NormalizationStorageEncogCollection, NormalizationStorageNeuralDataSet
public interface NormalizationStorage extends java.io.SerializableDefines a means by which normalized data can be stored.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidclose()Open the storage.voidopen(DataNormalization norm)Close the storage.voidwrite(double[] data, int inputCount)Write an array.
-
-
-
Method Detail
-
close
void close()
Open the storage.
-
open
void open(DataNormalization norm)
Close the storage.- Parameters:
norm- The data normalization.
-
write
void write(double[] data, int inputCount)Write an array.- Parameters:
data- The data to write.inputCount- How much of the data is input.
-
-
DMelt 3.0 © DataMelt by jWork.ORG