Uses of Interface
org.encog.util.normalize.segregate.Segregator

Packages that use Segregator
org.encog.util.normalize   
org.encog.util.normalize.segregate   
org.encog.util.normalize.segregate.index   
 

Uses of Segregator in org.encog.util.normalize
 

Methods in org.encog.util.normalize that return types with arguments of type Segregator
 List<Segregator> DataNormalization.getSegregators()
           
 

Methods in org.encog.util.normalize with parameters of type Segregator
 void DataNormalization.addSegregator(Segregator segregator)
          Add a segregator.
 

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

Classes in org.encog.util.normalize.segregate that implement Segregator
 class IntegerBalanceSegregator
          Balance based on an input value.
 class RangeSegregator
          Range segregators are used to segregate data and include or exclude if it is within a certain range.
 

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

Classes in org.encog.util.normalize.segregate.index that implement Segregator
 class IndexRangeSegregator
          An index segregator is used to segregate the data according to its index.
 class IndexSampleSegregator
          An index segregator is used to segregate the data according to its index.
 class IndexSegregator
          The index segregator.
 



Copyright © 2014. All Rights Reserved.