Uses of Class
org.encog.util.normalize.DataNormalization

Packages that use DataNormalization
org.encog.util.normalize.segregate   
org.encog.util.normalize.segregate.index   
org.encog.util.normalize.target   
 

Uses of DataNormalization in org.encog.util.normalize.segregate
 

Methods in org.encog.util.normalize.segregate that return DataNormalization
 DataNormalization IntegerBalanceSegregator.getNormalization()
           
 DataNormalization RangeSegregator.getNormalization()
           
 DataNormalization Segregator.getNormalization()
           
 

Methods in org.encog.util.normalize.segregate with parameters of type DataNormalization
 void IntegerBalanceSegregator.init(DataNormalization normalization)
          Init the segregator with the owning normalization object.
 void RangeSegregator.init(DataNormalization normalization)
          Init the object.
 void Segregator.init(DataNormalization normalization)
          Setup this object to use the specified normalization object.
 

Uses of DataNormalization in org.encog.util.normalize.segregate.index
 

Methods in org.encog.util.normalize.segregate.index that return DataNormalization
 DataNormalization IndexSegregator.getNormalization()
           
 

Methods in org.encog.util.normalize.segregate.index with parameters of type DataNormalization
 void IndexSegregator.init(DataNormalization normalization)
          Setup this class with the specified normalization object.
 

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

Methods in org.encog.util.normalize.target with parameters of type DataNormalization
 void NormalizationStorageArray1D.open(DataNormalization norm)
          Not needed for this storage type.
 void NormalizationStorageEncogCollection.open(DataNormalization norm)
           
 void NormalizationStorage.open(DataNormalization norm)
          Close the storage.
 void NormalizationStorageArray2D.open(DataNormalization norm)
          Not needed for this storage type.
 void NormalizationStorageNeuralDataSet.open(DataNormalization norm)
          Not needed for this storage type.
 void NormalizationStorageCSV.open(DataNormalization norm)
          Open the CSV file.
 



Copyright © 2014. All Rights Reserved.