Hierarchy For Package org.elasticsearch.xpack.core.ml.dataframe.evaluation.regression
Class Hierarchy
- java.lang.Object
- org.elasticsearch.xpack.core.ml.dataframe.evaluation.regression.Huber (implements org.elasticsearch.xpack.core.ml.dataframe.evaluation.EvaluationMetric)
- org.elasticsearch.xpack.core.ml.dataframe.evaluation.regression.Huber.Result (implements org.elasticsearch.xpack.core.ml.dataframe.evaluation.EvaluationMetricResult)
- org.elasticsearch.xpack.core.ml.dataframe.evaluation.regression.MeanSquaredError (implements org.elasticsearch.xpack.core.ml.dataframe.evaluation.EvaluationMetric)
- org.elasticsearch.xpack.core.ml.dataframe.evaluation.regression.MeanSquaredError.Result (implements org.elasticsearch.xpack.core.ml.dataframe.evaluation.EvaluationMetricResult)
- org.elasticsearch.xpack.core.ml.dataframe.evaluation.regression.MeanSquaredLogarithmicError (implements org.elasticsearch.xpack.core.ml.dataframe.evaluation.EvaluationMetric)
- org.elasticsearch.xpack.core.ml.dataframe.evaluation.regression.MeanSquaredLogarithmicError.Result (implements org.elasticsearch.xpack.core.ml.dataframe.evaluation.EvaluationMetricResult)
- org.elasticsearch.xpack.core.ml.dataframe.evaluation.regression.Regression (implements org.elasticsearch.xpack.core.ml.dataframe.evaluation.Evaluation)
- org.elasticsearch.xpack.core.ml.dataframe.evaluation.regression.RSquared (implements org.elasticsearch.xpack.core.ml.dataframe.evaluation.EvaluationMetric)
- org.elasticsearch.xpack.core.ml.dataframe.evaluation.regression.RSquared.Result (implements org.elasticsearch.xpack.core.ml.dataframe.evaluation.EvaluationMetricResult)