public interface Classifier
Modifier and Type | Method and Description |
---|---|
List<ClassificationResult> |
classifications(Instance instance)
Classify given instance and return the indexes of labels in descending order.
|
ClassificationResult |
classify(Instance instance)
The given instance gets classified based on the set class attribute.
|
String |
getName()
Returns a human readable name for this classifier implementation
|
ClassificationResult classify(Instance instance)
instance
- the instance of classifyList<ClassificationResult> classifications(Instance instance)
instance
- the instance of classifyString getName()
@enterprise 10.0.39257 Copyright © FREQUENTIS AG. All Rights Reserved.