Class PreprocessorBuilders
java.lang.Object
co.elastic.clients.elasticsearch.ml.put_trained_model.PreprocessorBuilders
public class PreprocessorBuilders
extends java.lang.Object
Builders for
Preprocessor variants.-
Method Summary
Modifier and Type Method Description static FrequencyEncodingPreprocessor.BuilderfrequencyEncoding()Creates a builder for thefrequency_encodingPreprocessorvariant.static OneHotEncodingPreprocessor.BuilderoneHotEncoding()Creates a builder for theone_hot_encodingPreprocessorvariant.static TargetMeanEncodingPreprocessor.BuildertargetMeanEncoding()Creates a builder for thetarget_mean_encodingPreprocessorvariant.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
frequencyEncoding
Creates a builder for thefrequency_encodingPreprocessorvariant. -
oneHotEncoding
Creates a builder for theone_hot_encodingPreprocessorvariant. -
targetMeanEncoding
Creates a builder for thetarget_mean_encodingPreprocessorvariant.
-