Module org.elasticsearch.xcore
Class Parameters
java.lang.Object
org.elasticsearch.xpack.core.ml.dataframe.stats.outlierdetection.Parameters
- 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 ParseFieldFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionParameters(int nNeighbors, String method, boolean computeFeatureInfluence, double featureInfluenceThreshold, double outlierFraction, boolean standardizationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ParametersfromXContent(XContentParser parser, boolean ignoreUnknownFields) 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
-
N_NEIGHBORS
-
METHOD
-
FEATURE_INFLUENCE_THRESHOLD
-
COMPUTE_FEATURE_INFLUENCE
-
OUTLIER_FRACTION
-
STANDARDIZATION_ENABLED
-
-
Constructor Details
-
Parameters
public Parameters(int nNeighbors, String method, boolean computeFeatureInfluence, double featureInfluenceThreshold, double outlierFraction, boolean standardizationEnabled) -
Parameters
- Throws:
IOException
-
-
Method Details
-
fromXContent
-
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
-
hashCode
public int hashCode()
-