org.encog.util.normalize.segregate.index
public class IndexSampleSegregator extends IndexSegregator
| Constructor and Description |
|---|
IndexSampleSegregator()
The default constructor, for reflection.
|
IndexSampleSegregator(int startingIndex,
int endingIndex,
int sampleSize)
Construct an index sample segregator.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEndingIndex() |
int |
getSampleSize() |
int |
getStartingIndex() |
boolean |
shouldInclude()
Should this row be included.
|
getCurrentIndex, getNormalization, init, passInit, rollIndexpublic IndexSampleSegregator()
public IndexSampleSegregator(int startingIndex,
int endingIndex,
int sampleSize)
startingIndex - The starting index.endingIndex - The ending index.sampleSize - The sample size.public int getEndingIndex()
public int getSampleSize()
public int getStartingIndex()
public boolean shouldInclude()
Copyright © 2014. All Rights Reserved.