Class TotalFeatureImportanceStatistics
java.lang.Object
co.elastic.clients.elasticsearch.ml.TotalFeatureImportanceStatistics
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class TotalFeatureImportanceStatistics
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TotalFeatureImportanceStatistics>Json deserializer forTotalFeatureImportanceStatistics -
Method Summary
Modifier and TypeMethodDescriptionfinal intmax()Required - The maximum importance value across all the training data for this feature.final doubleRequired - The average magnitude of this feature across all the training data.final intmin()Required - The minimum importance value across all the training data for this feature.of(Function<TotalFeatureImportanceStatistics.Builder, ObjectBuilder<TotalFeatureImportanceStatistics>> fn) voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupTotalFeatureImportanceStatisticsDeserializer(ObjectDeserializer<TotalFeatureImportanceStatistics.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forTotalFeatureImportanceStatistics
-
-
Method Details
-
of
-
meanMagnitude
public final double 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
public final int max()Required - The maximum importance value across all the training data for this feature.API name:
max -
min
public final int min()Required - The minimum importance value across all the training data for this feature.API name:
min -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupTotalFeatureImportanceStatisticsDeserializer
protected static void setupTotalFeatureImportanceStatisticsDeserializer(ObjectDeserializer<TotalFeatureImportanceStatistics.Builder> op)
-