Class TotalFeatureImportanceClass
java.lang.Object
co.elastic.clients.elasticsearch.ml.TotalFeatureImportanceClass
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class TotalFeatureImportanceClass
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TotalFeatureImportanceClass>Json deserializer forTotalFeatureImportanceClass -
Method Summary
Modifier and TypeMethodDescriptionfinal StringRequired - The target class value.Required - A collection of feature importance statistics related to the training data set for this particular feature.static TotalFeatureImportanceClassvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupTotalFeatureImportanceClassDeserializer(ObjectDeserializer<TotalFeatureImportanceClass.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forTotalFeatureImportanceClass
-
-
Method Details
-
of
-
className
Required - The target class value. Could be a string, boolean, or number.API name:
class_name -
importance
Required - A collection of feature importance statistics related to the training data set for this particular feature.API name:
importance -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupTotalFeatureImportanceClassDeserializer
protected static void setupTotalFeatureImportanceClassDeserializer(ObjectDeserializer<TotalFeatureImportanceClass.Builder> op)
-