public interface MIDClassListener extends CrossValidationListener
Modifier and Type | Method and Description |
---|---|
MIDClassListener |
inputDiscretized(Matrix input)
Tell the class that there is a new discretized input
|
MIDClassListener |
rulesReady(ClassifiedRules rules)
Tell the class that there are new rules
|
MIDClassListener |
trainingSetDiscretized(Matrix trainingSet)
Tell the class that there is a new discretized training set
|
currentFoldChanged, statusChanged
trainingSetReady
inputReady, logAdded, logCleared, outputReady, outputReady
MIDClassListener trainingSetDiscretized(Matrix trainingSet)
trainingSet
- the new training setMIDClassListener rulesReady(ClassifiedRules rules)
rules
- the new rulesMIDClassListener inputDiscretized(Matrix input)
input
- the new rules