Class AbstractDBOutlier.Par<O>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected double d
      Query radius
      static OptionID D_ID
      Parameter to specify the size of the D-neighborhood
      protected Distance<? super O> distance
      The distance function to use.
    • Constructor Summary

      Constructors 
      Constructor Description
      Par()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(Parameterization config)
      Configure the class.
      • Methods inherited from class java.lang.Object

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

      • D_ID

        public static final OptionID D_ID
        Parameter to specify the size of the D-neighborhood
      • d

        protected double d
        Query radius
      • distance

        protected Distance<? super O> distance
        The distance function to use.
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • configure

        public void configure​(Parameterization config)
        Description copied from interface: Parameterizer
        Configure the class.

        Note: the status is collected by the parameterization object, so that multiple errors may arise and be reported in one run.

        Specified by:
        configure in interface Parameterizer
        Parameters:
        config - Parameterization