Class OutlierDetection

java.lang.Object
org.elasticsearch.client.ml.dataframe.OutlierDetection
All Implemented Interfaces:
DataFrameAnalysis, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class OutlierDetection extends Object implements DataFrameAnalysis
  • Field Details

    • NAME

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

      public static final org.elasticsearch.xcontent.ParseField FEATURE_INFLUENCE_THRESHOLD
  • Method Details

    • fromXContent

      public static OutlierDetection fromXContent(org.elasticsearch.xcontent.XContentParser parser)
    • createDefault

      public static OutlierDetection createDefault()
    • builder

      public static OutlierDetection.Builder builder()
    • getName

      public String getName()
      Specified by:
      getName in interface DataFrameAnalysis
    • getNNeighbors

      public Integer getNNeighbors()
    • getMethod

      public OutlierDetection.Method getMethod()
    • getFeatureInfluenceThreshold

      public Double getFeatureInfluenceThreshold()
    • getComputeFeatureInfluence

      public Boolean getComputeFeatureInfluence()
    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object