Uses of Enum Class
org.tribuo.multilabel.evaluation.MultiLabelMetrics
Packages that use MultiLabelMetrics
-
Uses of MultiLabelMetrics in org.tribuo.multilabel.evaluation
Subclasses with type arguments of type MultiLabelMetrics in org.tribuo.multilabel.evaluationModifier and TypeClassDescriptionenumAn enum of the defaultMultiLabelMetrics supported by the multi-label classification evaluation package.Methods in org.tribuo.multilabel.evaluation that return MultiLabelMetricsModifier and TypeMethodDescriptionstatic MultiLabelMetricsReturns the enum constant of this class with the specified name.static MultiLabelMetrics[]MultiLabelMetrics.values()Returns an array containing the constants of this enum class, in the order they are declared.