Module org.elasticsearch.xcore
Class TotalFeatureImportance
java.lang.Object
org.elasticsearch.xpack.core.ml.inference.trainedmodel.metadata.TotalFeatureImportance
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentObject
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ParseFieldstatic final ParseFieldfinal Stringstatic final ParseFieldstatic final ConstructingObjectParser<TotalFeatureImportance, Void> static final ParseFieldstatic final ParseFieldstatic final ParseFieldstatic final ConstructingObjectParser<TotalFeatureImportance, Void> Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasMap()booleanstatic TotalFeatureImportancefromXContent(XContentParser parser, boolean lenient) inthashCode()toXContent(XContentBuilder builder, ToXContent.Params params) voidwriteTo(StreamOutput out) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
FEATURE_NAME
-
IMPORTANCE
-
CLASSES
-
MEAN_MAGNITUDE
-
MIN
-
MAX
-
LENIENT_PARSER
-
STRICT_PARSER
-
featureName
-
importance
-
classImportances
-
-
Constructor Details
-
TotalFeatureImportance
- Throws:
IOException
-
-
Method Details
-
fromXContent
public static TotalFeatureImportance fromXContent(XContentParser parser, boolean lenient) throws IOException - Throws:
IOException
-
writeTo
- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
equals
-
asMap
-
hashCode
public int hashCode()
-