|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TrainableRowFinder
Interface for RowFinder algorithms that can be trained.
| Method Summary | |
|---|---|
boolean |
isRowFinderTrained()
Checks whether the row finder has been trained. |
boolean |
trainRowFinder(weka.core.Instances data)
Trains the row finder with the specified dataset. |
| Methods inherited from interface adams.data.weka.rowfinder.RowFinder |
|---|
findRows |
| Method Detail |
|---|
boolean trainRowFinder(weka.core.Instances data)
data - the training data
boolean isRowFinderTrained()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||