java.lang.Object
org.elasticsearch.client.ml.dataframe.stats.outlierdetection.Parameters
All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class Parameters extends Object implements org.elasticsearch.xcontent.ToXContentObject
  • Field Details

    • N_NEIGHBORS

      public static final org.elasticsearch.xcontent.ParseField N_NEIGHBORS
    • METHOD

      public static final org.elasticsearch.xcontent.ParseField METHOD
    • FEATURE_INFLUENCE_THRESHOLD

      public static final org.elasticsearch.xcontent.ParseField FEATURE_INFLUENCE_THRESHOLD
    • COMPUTE_FEATURE_INFLUENCE

      public static final org.elasticsearch.xcontent.ParseField COMPUTE_FEATURE_INFLUENCE
    • OUTLIER_FRACTION

      public static final org.elasticsearch.xcontent.ParseField OUTLIER_FRACTION
    • STANDARDIZATION_ENABLED

      public static final org.elasticsearch.xcontent.ParseField STANDARDIZATION_ENABLED
    • PARSER

      public static org.elasticsearch.xcontent.ConstructingObjectParser<Parameters,Void> PARSER
  • Constructor Details

    • Parameters

      public Parameters(Integer nNeighbors, String method, Boolean computeFeatureInfluence, Double featureInfluenceThreshold, Double outlierFraction, Boolean standardizationEnabled)
  • Method Details

    • getnNeighbors

      public Integer getnNeighbors()
    • getMethod

      public String getMethod()
    • getComputeFeatureInfluence

      public Boolean getComputeFeatureInfluence()
    • getFeatureInfluenceThreshold

      public Double getFeatureInfluenceThreshold()
    • getOutlierFraction

      public Double getOutlierFraction()
    • getStandardizationEnabled

      public Boolean getStandardizationEnabled()
    • toXContent

      public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.xcontent.ToXContent
      Throws:
      IOException
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object