Uses of Enum
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 type with the specified name.static MultiLabelMetrics[]MultiLabelMetrics.values()Returns an array containing the constants of this enum type, in the order they are declared.