Class TotalFeatureImportanceStatistics.Builder
java.lang.Object
co.elastic.clients.elasticsearch.ml.TotalFeatureImportanceStatistics.Builder
- All Implemented Interfaces:
ObjectBuilder<TotalFeatureImportanceStatistics>
- Enclosing class:
- TotalFeatureImportanceStatistics
public static class TotalFeatureImportanceStatistics.Builder extends java.lang.Object implements ObjectBuilder<TotalFeatureImportanceStatistics>
Builder for
TotalFeatureImportanceStatistics.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description TotalFeatureImportanceStatisticsbuild()Builds aTotalFeatureImportanceStatistics.TotalFeatureImportanceStatistics.Buildermax(int value)Required - The maximum importance value across all the training data for this feature.TotalFeatureImportanceStatistics.BuildermeanMagnitude(double value)Required - The average magnitude of this feature across all the training data.TotalFeatureImportanceStatistics.Buildermin(int value)Required - The minimum importance value across all the training data for this feature.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
meanMagnitude
Required - The average magnitude of this feature across all the training data. This value is the average of the absolute values of the importance for this feature.API name:
mean_magnitude -
max
Required - The maximum importance value across all the training data for this feature.API name:
max -
min
Required - The minimum importance value across all the training data for this feature.API name:
min -
build
Builds aTotalFeatureImportanceStatistics.- Specified by:
buildin interfaceObjectBuilder<TotalFeatureImportanceStatistics>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-