Uses of Interface
org.tribuo.classification.evaluation.LabelEvaluation
Packages that use LabelEvaluation
Package
Description
Provides classes and infrastructure for multiclass classification problems.
Evaluation classes for multi-class classification.
-
Uses of LabelEvaluation in org.tribuo.classification
Methods in org.tribuo.classification that return types with arguments of type LabelEvaluation -
Uses of LabelEvaluation in org.tribuo.classification.evaluation
Methods in org.tribuo.classification.evaluation that return LabelEvaluationModifier and TypeMethodDescriptionprotected LabelEvaluation
LabelEvaluator.createEvaluation
(LabelMetric.Context ctx, Map<MetricID<Label>, Double> results, EvaluationProvenance provenance) Methods in org.tribuo.classification.evaluation with parameters of type LabelEvaluationModifier and TypeMethodDescriptionstatic String
LabelEvaluation.toFormattedString
(LabelEvaluation evaluation) This method produces a nicely formatted String output, with appropriate tabs and newlines, suitable for display on a terminal.static String
LabelEvaluation.toHTML
(LabelEvaluation evaluation) This method produces a HTML formatted String output, with appropriate tabs and newlines, suitable for integration into a webpage.