Uses of Enum Class
org.tribuo.classification.evaluation.LabelMetrics
Packages that use LabelMetrics
Package
Description
Evaluation classes for multi-class classification.
- 
Uses of LabelMetrics in org.tribuo.classification.evaluationSubclasses with type arguments of type LabelMetrics in org.tribuo.classification.evaluationModifier and TypeClassDescriptionenumAn enum of the defaultLabelMetrics supported by the multi-class classification evaluation package.Methods in org.tribuo.classification.evaluation that return LabelMetricsModifier and TypeMethodDescriptionstatic LabelMetricsReturns the enum constant of this class with the specified name.static LabelMetrics[]LabelMetrics.values()Returns an array containing the constants of this enum class, in the order they are declared.