Uses of Interface
org.encog.util.normalize.target.NormalizationStorage

Packages that use NormalizationStorage
org.encog.util.normalize   
org.encog.util.normalize.target   
 

Uses of NormalizationStorage in org.encog.util.normalize
 

Methods in org.encog.util.normalize that return NormalizationStorage
 NormalizationStorage DataNormalization.getStorage()
           
 

Methods in org.encog.util.normalize with parameters of type NormalizationStorage
 void DataNormalization.setTarget(NormalizationStorage target)
          Determines where the normalized data will be sent.
 

Uses of NormalizationStorage in org.encog.util.normalize.target
 

Classes in org.encog.util.normalize.target that implement NormalizationStorage
 class NormalizationStorageArray1D
          Output the normalized data to a 1D array.
 class NormalizationStorageArray2D
          Output the normalized data to a 2D array.
 class NormalizationStorageCSV
          Store normalized data to a CSV file.
 class NormalizationStorageEncogCollection
           
 class NormalizationStorageNeuralDataSet
          Store the normalized data to a neural data set.
 



Copyright © 2014. All Rights Reserved.