public interface ClassificationBridge extends Bridge<Matrix,ClassificationListener>
Modifier and Type | Method and Description |
---|---|
ClassificationBridge |
notifyTrainingSetReady()
Notify all objects connected to the bridge that the training set is ready to be displayed.
|
ClassificationBridge |
setInput(java.util.List<MatrixElement[]> input)
Set the input of the classification
|
ClassificationBridge |
setInput(MatrixColumnPart input)
Set the input of the classification
|
ClassificationBridge |
setTrainingSet(Matrix trainingSet)
Set the matrix containing the training set
|
addListener, addLog, clearLog, notifyInputReady, notifyLogAdded, notifyLogCleared, notifyOutputReady, setInput, setOutput, setOutput
ClassificationBridge setTrainingSet(Matrix trainingSet)
trainingSet
- The training set matrixClassificationBridge notifyTrainingSetReady()
ClassificationBridge setInput(java.util.List<MatrixElement[]> input)
input
- The test set as a List of matrix columnsClassificationBridge setInput(MatrixColumnPart input)
input
- The test set as a portion of a matrix