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
Subclasses with type arguments of type LabelEvaluation in org.tribuo.classification.evaluationMethods in org.tribuo.classification.evaluation that return LabelEvaluationModifier and TypeMethodDescriptionprotected LabelEvaluationLabelEvaluator.createEvaluation(LabelMetric.Context ctx, Map<MetricID<Label>, Double> results, EvaluationProvenance provenance) Methods in org.tribuo.classification.evaluation with parameters of type LabelEvaluationModifier and TypeMethodDescriptionstatic StringLabelEvaluation.toFormattedString(LabelEvaluation evaluation) This method produces a nicely formatted String output, with appropriate tabs and newlines, suitable for display on a terminal.static StringLabelEvaluation.toHTML(LabelEvaluation evaluation) This method produces a HTML formatted String output, with appropriate tabs and newlines, suitable for integration into a webpage.