org.encog.util.normalize.segregate.index
public abstract class IndexSegregator extends Object implements Segregator
Constructor and Description |
---|
IndexSegregator() |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentIndex() |
DataNormalization |
getNormalization() |
void |
init(DataNormalization normalization)
Setup this class with the specified normalization object.
|
void |
passInit()
Reset the counter to zero.
|
void |
rollIndex()
Used to increase the current index as data is processed.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldInclude
public int getCurrentIndex()
public DataNormalization getNormalization()
getNormalization
in interface Segregator
public void init(DataNormalization normalization)
init
in interface Segregator
normalization
- Normalization object.public void rollIndex()
public void passInit()
passInit
in interface Segregator
Copyright © 2014. All Rights Reserved.