org.encog.util.normalize.target
public interface NormalizationStorage extends 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)
void write(double[] data, int inputCount)
data
- The data to write.inputCount
- How much of the data is input.Copyright © 2014. All Rights Reserved.