public interface NormalizationStorage
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Open the storage.
|
void |
open(DataNormalization norm)
Close the storage.
|
void |
write(double[] data,
int inputCount)
Write an array.
|
void close()
void open(DataNormalization norm)
norm - The data normalization.void write(double[] data,
int inputCount)
data - The data to write.inputCount - How much of the data is input.