public interface ClassificationOutput extends Prediction
Modifier and Type | Method and Description |
---|---|
List<Label> |
getAllClasses()
Returns all the classes involved in the classification process (both predicted and not)
|
List<Label> |
getPredictedClasses()
Returns all the classes that the classifier has predicted
|
boolean |
isClassPredicted(Label label)
Returns a boolean identifying the predicted membership to a specified class
|
getScore
boolean isClassPredicted(Label label)
label
- the class whose membership is requiredList<Label> getPredictedClasses()
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.