public interface MIDClassBridge extends CrossValidationBridge
Modifier and Type | Method and Description |
---|---|
MIDClassBridge |
notifyInputDiscretized()
Notify all objects connected to the bridge that the test set is discretized and ready to be displayed.
|
MIDClassBridge |
notifyRulesReady()
Notify all objects connected to the bridge that the rules are ready to be displayed.
|
MIDClassBridge |
notifyTrainingSetDiscretized()
Notify all objects connected to the bridge that the training set is discretized and ready to be displayed.
|
MIDClassBridge |
setRules(ClassifiedRules rules)
Sets a list of rules for the classification
|
notifyCurrentFoldChanged, notifyStatusChange, setCrossValidationActive, setCurrentFold
notifyTrainingSetReady, setInput, setInput, setTrainingSet
addListener, addLog, clearLog, notifyInputReady, notifyLogAdded, notifyLogCleared, notifyOutputReady, setInput, setOutput, setOutput
MIDClassBridge notifyTrainingSetDiscretized()
MIDClassBridge setRules(ClassifiedRules rules)
rules
- A list of rulesMIDClassBridge notifyRulesReady()
MIDClassBridge notifyInputDiscretized()