Class DataframeEvaluationBuilders
java.lang.Object
co.elastic.clients.elasticsearch.ml.DataframeEvaluationBuilders
Builders for
DataframeEvaluation variants.-
Method Summary
Modifier and TypeMethodDescriptionCreates a builder for theclassificationDataframeEvaluationvariant.static DataframeEvaluationclassification(Function<DataframeEvaluationClassification.Builder, ObjectBuilder<DataframeEvaluationClassification>> fn) Creates a DataframeEvaluation of theclassificationDataframeEvaluationvariant.Creates a builder for theoutlier_detectionDataframeEvaluationvariant.static DataframeEvaluationoutlierDetection(Function<DataframeEvaluationOutlierDetection.Builder, ObjectBuilder<DataframeEvaluationOutlierDetection>> fn) Creates a DataframeEvaluation of theoutlier_detectionDataframeEvaluationvariant.Creates a builder for theregressionDataframeEvaluationvariant.static DataframeEvaluationregression(Function<DataframeEvaluationRegression.Builder, ObjectBuilder<DataframeEvaluationRegression>> fn) Creates a DataframeEvaluation of theregressionDataframeEvaluationvariant.
-
Method Details
-
classification
Creates a builder for theclassificationDataframeEvaluationvariant. -
classification
public static DataframeEvaluation classification(Function<DataframeEvaluationClassification.Builder, ObjectBuilder<DataframeEvaluationClassification>> fn) Creates a DataframeEvaluation of theclassificationDataframeEvaluationvariant. -
outlierDetection
Creates a builder for theoutlier_detectionDataframeEvaluationvariant. -
outlierDetection
public static DataframeEvaluation outlierDetection(Function<DataframeEvaluationOutlierDetection.Builder, ObjectBuilder<DataframeEvaluationOutlierDetection>> fn) Creates a DataframeEvaluation of theoutlier_detectionDataframeEvaluationvariant. -
regression
Creates a builder for theregressionDataframeEvaluationvariant. -
regression
public static DataframeEvaluation regression(Function<DataframeEvaluationRegression.Builder, ObjectBuilder<DataframeEvaluationRegression>> fn) Creates a DataframeEvaluation of theregressionDataframeEvaluationvariant.
-