|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Segregator
Segregators are used to exclude certain rows. You may want to exclude rows to create training and validation sets. You may also simply wish to exclude some rows because they do not apply to what you are currently training for.
Method Summary | |
---|---|
DataNormalization |
getNormalization()
|
void |
init(DataNormalization normalization)
Setup this object to use the specified normalization object. |
void |
passInit()
Init for a pass. |
boolean |
shouldInclude()
Should this row be included, according to this segregator. |
Method Detail |
---|
DataNormalization getNormalization()
void init(DataNormalization normalization)
normalization
- THe normalization object to use.boolean shouldInclude()
void passInit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |