Uses of Enum
org.tribuo.evaluation.metrics.EvaluationMetric.Average
Packages that use EvaluationMetric.Average
Package
Description
This package contains the infrastructure classes for building evaluation metrics.
-
Uses of EvaluationMetric.Average in org.tribuo.evaluation.metrics
Subclasses with type arguments of type EvaluationMetric.Average in org.tribuo.evaluation.metricsModifier and TypeClassDescriptionstatic enumSpecifies what form of average to use for aEvaluationMetric.Methods in org.tribuo.evaluation.metrics that return EvaluationMetric.AverageModifier and TypeMethodDescriptionstatic EvaluationMetric.AverageReturns the enum constant of this type with the specified name.static EvaluationMetric.Average[]EvaluationMetric.Average.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tribuo.evaluation.metrics that return types with arguments of type EvaluationMetric.AverageModifier and TypeMethodDescriptionMetricTarget.getAverageTarget()Returns the average this metric computes, orOptional.empty()if it targets an output.Constructors in org.tribuo.evaluation.metrics with parameters of type EvaluationMetric.AverageModifierConstructorDescriptionBuilds a metric target for an average.