org.encog.util.normalize.target
Interface NormalizationStorage

All Superinterfaces:
Serializable
All Known Implementing Classes:
NormalizationStorageArray1D, NormalizationStorageArray2D, NormalizationStorageCSV, NormalizationStorageEncogCollection, NormalizationStorageNeuralDataSet

public interface NormalizationStorage
extends Serializable

Defines a means by which normalized data can be stored.


Method Summary
 void close()
          Open the storage.
 void open(DataNormalization norm)
          Close the storage.
 void write(double[] data, int inputCount)
          Write an array.
 

Method Detail

close

void close()
Open the storage.


open

void open(DataNormalization norm)
Close the storage.


write

void write(double[] data,
           int inputCount)
Write an array.

Parameters:
data - The data to write.
inputCount - How much of the data is input.


Copyright © 2014. All Rights Reserved.