public class MIDClassBridgeImpl extends CrossValidationBridgeImpl implements MIDClassBridge
Modifier and Type | Field and Description |
---|---|
protected ClassifiedRules |
rules |
crossValidationStatus, fold
trainingSet
gridOutput, input, listeners, logs, textOutput
Constructor and Description |
---|
MIDClassBridgeImpl() |
MIDClassBridgeImpl(java.util.ArrayList<ClassificationListener> listeners) |
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
addListener, clearListeners, notifyTrainingSetReady, setInput, setInput, setTrainingSet
addLog, clearLog, notifyInputReady, notifyLogAdded, notifyLogCleared, notifyOutputReady, setInput, setOutput, setOutput
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
notifyCurrentFoldChanged, notifyStatusChange, setCrossValidationActive, setCurrentFold
notifyTrainingSetReady, setInput, setInput, setTrainingSet
addListener, addLog, clearLog, notifyInputReady, notifyLogAdded, notifyLogCleared, notifyOutputReady, setInput, setOutput, setOutput
protected ClassifiedRules rules
public MIDClassBridgeImpl()
public MIDClassBridgeImpl(java.util.ArrayList<ClassificationListener> listeners)
public MIDClassBridge notifyTrainingSetDiscretized()
MIDClassBridge
notifyTrainingSetDiscretized
in interface MIDClassBridge
public MIDClassBridge setRules(ClassifiedRules rules)
MIDClassBridge
setRules
in interface MIDClassBridge
rules
- A list of rulespublic MIDClassBridge notifyRulesReady()
MIDClassBridge
notifyRulesReady
in interface MIDClassBridge
public MIDClassBridge notifyInputDiscretized()
MIDClassBridge
notifyInputDiscretized
in interface MIDClassBridge