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, waitshouldIncludepublic int getCurrentIndex()
public DataNormalization getNormalization()
getNormalization in interface Segregatorpublic void init(DataNormalization normalization)
init in interface Segregatornormalization - Normalization object.public void rollIndex()
public void passInit()
passInit in interface SegregatorCopyright © 2014. All Rights Reserved.