Class TopKOutlierScaling.Par

  • All Implemented Interfaces:
    elki.utilities.optionhandling.Parameterizer
    Enclosing class:
    TopKOutlierScaling

    public static class TopKOutlierScaling.Par
    extends java.lang.Object
    implements elki.utilities.optionhandling.Parameterizer
    Parameterization class.
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean binary
      Do a binary decision
      static elki.utilities.optionhandling.OptionID BINARY_ID
      Parameter to specify the lambda value
      private int k
      Number of outliers to keep.
      static elki.utilities.optionhandling.OptionID K_ID
      Parameter to specify the number of outliers to keep
    • 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)  
      TopKOutlierScaling make()  
      • Methods inherited from class java.lang.Object

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

      • K_ID

        public static final elki.utilities.optionhandling.OptionID K_ID
        Parameter to specify the number of outliers to keep
      • BINARY_ID

        public static final elki.utilities.optionhandling.OptionID BINARY_ID
        Parameter to specify the lambda value
      • k

        private int k
        Number of outliers to keep.
      • binary

        private boolean binary
        Do a binary decision
    • 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
      • make

        public TopKOutlierScaling make()
        Specified by:
        make in interface elki.utilities.optionhandling.Parameterizer