Class TotalFeatureImportanceClass
java.lang.Object
co.elastic.clients.elasticsearch.ml.TotalFeatureImportanceClass
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class TotalFeatureImportanceClass extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTotalFeatureImportanceClass.BuilderBuilder forTotalFeatureImportanceClass. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<TotalFeatureImportanceClass>_DESERIALIZERJson deserializer forTotalFeatureImportanceClass -
Method Summary
Modifier and Type Method Description java.lang.StringclassName()Required - The target class value.java.util.List<TotalFeatureImportanceStatistics>importance()Required - A collection of feature importance statistics related to the training data set for this particular feature.static TotalFeatureImportanceClassof(java.util.function.Function<TotalFeatureImportanceClass.Builder,ObjectBuilder<TotalFeatureImportanceClass>> 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 voidsetupTotalFeatureImportanceClassDeserializer(ObjectDeserializer<TotalFeatureImportanceClass.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forTotalFeatureImportanceClass
-
-
Method Details
-
of
public static TotalFeatureImportanceClass of(java.util.function.Function<TotalFeatureImportanceClass.Builder,ObjectBuilder<TotalFeatureImportanceClass>> fn) -
className
public final java.lang.String 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
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupTotalFeatureImportanceClassDeserializer
protected static void setupTotalFeatureImportanceClassDeserializer(ObjectDeserializer<TotalFeatureImportanceClass.Builder> op)
-