Class LBABOD.Par<V extends NumberVector>

    • 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.
      LBABOD<V> make()
      Make an instance after successful configuration.
      • Methods inherited from class java.lang.Object

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

      • L_ID

        public static final OptionID L_ID
        Parameter to specify the number of outliers to compute exactly.
      • l

        protected int l
        Number of outliers to find.
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • make

        public LBABOD<V> 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.

        Specified by:
        make in interface Parameterizer
        Overrides:
        make in class FastABOD.Par<V extends NumberVector>
        Returns:
        a new instance