Class OutlierDetection.Builder
java.lang.Object
org.elasticsearch.client.ml.dataframe.OutlierDetection.Builder
- Enclosing class:
- OutlierDetection
-
Method Summary
Modifier and TypeMethodDescriptionbuild()setComputeFeatureInfluence(Boolean computeFeatureInfluence)setFeatureInfluenceThreshold(Double featureInfluenceThreshold)setMethod(OutlierDetection.Method method)setNNeighbors(Integer nNeighbors)setOutlierFraction(Double outlierFraction)setStandardizationEnabled(Boolean standardizationEnabled)
-
Method Details
-
setNNeighbors
-
setMethod
-
setFeatureInfluenceThreshold
-
setComputeFeatureInfluence
-
setOutlierFraction
-
setStandardizationEnabled
-
build
-