Class DBOutlierDetection.Par<O>

  • All Implemented Interfaces:
    elki.utilities.optionhandling.Parameterizer
    Enclosing class:
    DBOutlierDetection<O>

    public static class DBOutlierDetection.Par<O>
    extends AbstractDBOutlier.Par<O>
    Parameterization class.
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected double p
      Density threshold p.
      static elki.utilities.optionhandling.OptionID P_ID
      Parameter to specify the minimum fraction of objects that must be outside the D- neighborhood of an outlier
    • Constructor Summary

      Constructors 
      Constructor Description
      Par()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(elki.utilities.optionhandling.parameterization.Parameterization config)  
      DBOutlierDetection<O> make()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • P_ID

        public static final elki.utilities.optionhandling.OptionID P_ID
        Parameter to specify the minimum fraction of objects that must be outside the D- neighborhood of an outlier
      • p

        protected double p
        Density threshold p.
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • configure

        public void configure​(elki.utilities.optionhandling.parameterization.Parameterization config)
        Specified by:
        configure in interface elki.utilities.optionhandling.Parameterizer
        Overrides:
        configure in class AbstractDBOutlier.Par<O>