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