Uses of Interface
org.tribuo.classification.evaluation.LabelEvaluation
Package
Description
Provides classes and infrastructure for multiclass classification problems.
Evaluation classes for multi-class classification.
-
Uses of LabelEvaluation in org.tribuo.classification
-
Uses of LabelEvaluation in org.tribuo.classification.evaluation
Modifier and TypeMethodDescriptionprotected LabelEvaluation
LabelEvaluator.createEvaluation
(LabelMetric.Context ctx, Map<MetricID<Label>, Double> results, EvaluationProvenance provenance) Modifier 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.