Module org.elasticsearch.xcore
Class AnomalyScoreExplanation
java.lang.Object
org.elasticsearch.xpack.core.ml.job.results.AnomalyScoreExplanation
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentObject
-
Nested Class Summary
Nested 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 ParseFieldstatic final ParseFieldstatic final ParseFieldstatic final ParseFieldstatic final ParseFieldstatic final ParseFieldstatic final ParseFieldstatic final ObjectParser<AnomalyScoreExplanation, Void> static final ParseFieldstatic final ParseFieldstatic final ParseFieldstatic final ParseFieldstatic final ObjectParser<AnomalyScoreExplanation, Void> static final ParseFieldstatic final 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) 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
-
ANOMALY_SCORE_EXPLANATION
-
ANOMALY_TYPE
-
ANOMALY_LENGTH
-
SINGLE_BUCKET_IMPACT
-
MULTI_BUCKET_IMPACT
-
ANOMALY_CHARACTERISTICS_IMPACT
-
LOWER_CONFIDENCE_BOUND
-
TYPICAL_VALUE
-
UPPER_CONFIDENCE_BOUND
-
HIGH_VARIANCE_PENALTY
-
INCOMPLETE_BUCKET_PENALTY
-
MULTIMODAL_DISTRIBUTION
-
BY_FIELD_FIRST_OCCURRENCE
-
BY_FIELD_RELATIVE_RARITY
-
STRICT_PARSER
-
LENIENT_PARSER
-
-
Constructor Details
-
AnomalyScoreExplanation
- Throws:
IOException
-
-
Method Details
-
writeTo
- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- 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
-