Class DBOutlierDetection.Par<O>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected double p
      Density threshold p.
      static 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()  
    • Field Detail

      • P_ID

        public static final 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

      • make

        public DBOutlierDetection<O> make()
        Description copied from interface: Parameterizer
        Make an instance after successful configuration.

        Note: your class should return the exact type, only this very broad interface should use Object as return type.

        Returns:
        a new instance