Uses of Enum Class
org.tribuo.regression.evaluation.RegressionMetrics
Packages that use RegressionMetrics
Package
Description
Evaluation classes for single or multi-dimensional regression.
-
Uses of RegressionMetrics in org.tribuo.regression.evaluation
Subclasses with type arguments of type RegressionMetrics in org.tribuo.regression.evaluationModifier and TypeClassDescriptionenumAn enum of the defaultRegressionMetrics supported by the multi-dimensional regression evaluation package.Methods in org.tribuo.regression.evaluation that return RegressionMetricsModifier and TypeMethodDescriptionstatic RegressionMetricsReturns the enum constant of this class with the specified name.static RegressionMetrics[]RegressionMetrics.values()Returns an array containing the constants of this enum class, in the order they are declared.