public interface ClassificationWorkflow extends StandardWorkflow<double[][],ClassificationBridge>
Modifier and Type | Method and Description |
---|---|
ClassificationWorkflow |
setTestSet(java.util.List<MatrixElement[]> testSet)
Sets the test set
|
ClassificationWorkflow |
setTestSet(Matrix testSet)
Sets the test set
|
ClassificationWorkflow |
setTestSet(MatrixColumnPart testSet)
Sets the test set
|
ClassificationWorkflow |
setTrainingSet(Matrix trainingSet)
Sets the training set
|
getResults, init, setBridge, setParameters
ClassificationWorkflow setTrainingSet(Matrix trainingSet)
trainingSet
- the training set as a matrixClassificationWorkflow setTestSet(Matrix testSet)
testSet
- the test set as a matrixClassificationWorkflow setTestSet(java.util.List<MatrixElement[]> testSet)
testSet
- the test set as a list of matrix columnsClassificationWorkflow setTestSet(MatrixColumnPart testSet)
testSet
- the test set as a set of columns