Module org.elasticsearch.xcore
Class AnomalyScoreExplanation
java.lang.Object
org.elasticsearch.xpack.core.ml.job.results.AnomalyScoreExplanation
- All Implemented Interfaces:
Writeable,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.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 org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ObjectParser<AnomalyScoreExplanation, Void> static final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ObjectParser<AnomalyScoreExplanation, Void> static final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetAnomalyCharacteristicsImpact(Integer anomalyCharacteristicsImpact) voidsetAnomalyLength(Integer anomalyLength) voidsetAnomalyType(String anomalyType) voidsetByFieldFirstOccurrence(Boolean byFieldFirstOccurrence) voidsetByFieldRelativeRarity(Double byFieldRelativeRarity) voidsetHighVariancePenalty(Boolean highVariancePenalty) voidsetIncompleteBucketPenalty(Boolean incompleteBucketPenalty) voidsetLowerConfidenceBound(Double lowerConfidenceBound) voidsetMultiBucketImpact(Integer multiBucketImpact) voidsetMultimodalDistribution(Boolean multimodalDistribution) voidsetSingleBucketImpact(Integer singleBucketImpact) voidsetTypicalValue(Double typicalValue) voidsetUpperConfidenceBound(Double upperConfidenceBound) org.elasticsearch.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.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
-
ANOMALY_SCORE_EXPLANATION
public static final org.elasticsearch.xcontent.ParseField ANOMALY_SCORE_EXPLANATION -
ANOMALY_TYPE
public static final org.elasticsearch.xcontent.ParseField ANOMALY_TYPE -
ANOMALY_LENGTH
public static final org.elasticsearch.xcontent.ParseField ANOMALY_LENGTH -
SINGLE_BUCKET_IMPACT
public static final org.elasticsearch.xcontent.ParseField SINGLE_BUCKET_IMPACT -
MULTI_BUCKET_IMPACT
public static final org.elasticsearch.xcontent.ParseField MULTI_BUCKET_IMPACT -
ANOMALY_CHARACTERISTICS_IMPACT
public static final org.elasticsearch.xcontent.ParseField ANOMALY_CHARACTERISTICS_IMPACT -
LOWER_CONFIDENCE_BOUND
public static final org.elasticsearch.xcontent.ParseField LOWER_CONFIDENCE_BOUND -
TYPICAL_VALUE
public static final org.elasticsearch.xcontent.ParseField TYPICAL_VALUE -
UPPER_CONFIDENCE_BOUND
public static final org.elasticsearch.xcontent.ParseField UPPER_CONFIDENCE_BOUND -
HIGH_VARIANCE_PENALTY
public static final org.elasticsearch.xcontent.ParseField HIGH_VARIANCE_PENALTY -
INCOMPLETE_BUCKET_PENALTY
public static final org.elasticsearch.xcontent.ParseField INCOMPLETE_BUCKET_PENALTY -
MULTIMODAL_DISTRIBUTION
public static final org.elasticsearch.xcontent.ParseField MULTIMODAL_DISTRIBUTION -
BY_FIELD_FIRST_OCCURRENCE
public static final org.elasticsearch.xcontent.ParseField BY_FIELD_FIRST_OCCURRENCE -
BY_FIELD_RELATIVE_RARITY
public static final org.elasticsearch.xcontent.ParseField BY_FIELD_RELATIVE_RARITY -
STRICT_PARSER
public static final org.elasticsearch.xcontent.ObjectParser<AnomalyScoreExplanation,Void> STRICT_PARSER -
LENIENT_PARSER
public static final org.elasticsearch.xcontent.ObjectParser<AnomalyScoreExplanation,Void> LENIENT_PARSER
-
-
Constructor Details
-
AnomalyScoreExplanation
- Throws:
IOException
-
-
Method Details
-
writeTo
- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
toXContent
public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceorg.elasticsearch.xcontent.ToXContent- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
getAnomalyType
-
setAnomalyType
-
getAnomalyLength
-
setAnomalyLength
-
getSingleBucketImpact
-
setSingleBucketImpact
-
getMultiBucketImpact
-
setMultiBucketImpact
-
getAnomalyCharacteristicsImpact
-
setAnomalyCharacteristicsImpact
-
getLowerConfidenceBound
-
setLowerConfidenceBound
-
getTypicalValue
-
setTypicalValue
-
getUpperConfidenceBound
-
setUpperConfidenceBound
-
isHighVariancePenalty
-
setHighVariancePenalty
-
isIncompleteBucketPenalty
-
setIncompleteBucketPenalty
-
isMultimodalDistribution
-
setMultimodalDistribution
-
isByFieldFirstOccurrence
-
setByFieldFirstOccurrence
-
getByFieldRelativeRarity
-
setByFieldRelativeRarity
-