public interface CrossValidationBridge extends ClassificationBridge
Modifier and Type | Method and Description |
---|---|
CrossValidationBridge |
notifyCurrentFoldChanged()
Notice a change of the current fold
|
CrossValidationBridge |
notifyStatusChange()
Notify a change of state of the bridge: from normal to cross validation in progress, or vice versa.
|
CrossValidationBridge |
setCrossValidationActive(boolean active)
Sets whether a cross-validation is taking place
|
CrossValidationBridge |
setCurrentFold(int fold)
Sets the current fold
|
notifyTrainingSetReady, setInput, setInput, setTrainingSet
addListener, addLog, clearLog, notifyInputReady, notifyLogAdded, notifyLogCleared, notifyOutputReady, setInput, setOutput, setOutput
CrossValidationBridge setCrossValidationActive(boolean active)
active
- is there an ongoing cross validation?CrossValidationBridge notifyStatusChange()
CrossValidationBridge setCurrentFold(int fold)
fold
- the fold numberCrossValidationBridge notifyCurrentFoldChanged()