org.encog.util.normalize.segregate.index
public class IndexRangeSegregator extends IndexSegregator
Constructor and Description |
---|
IndexRangeSegregator()
Default constructor for reflection.
|
IndexRangeSegregator(int startingIndex,
int endingIndex)
Construct an index range segregator.
|
Modifier and Type | Method and Description |
---|---|
int |
getEndingIndex() |
int |
getStartingIndex() |
boolean |
shouldInclude()
Determines if the current row should be included.
|
getCurrentIndex, getNormalization, init, passInit, rollIndex
public IndexRangeSegregator()
public IndexRangeSegregator(int startingIndex, int endingIndex)
startingIndex
- The starting index to allow.endingIndex
- The ending index to allow.public int getEndingIndex()
public int getStartingIndex()
public boolean shouldInclude()
Copyright © 2014. All Rights Reserved.