Class OutlierPrecisionAtKCurve.Par

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

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

      Fields 
      Modifier and Type Field Description
      static elki.utilities.optionhandling.OptionID MAX_K_ID
      Maximum value for k
      private int maxk
      Maximum value for k
      static elki.utilities.optionhandling.OptionID POSITIVE_CLASS_NAME_ID
      The pattern to identify positive classes.
      private java.util.regex.Pattern positiveClassName
      Stores the "positive" class.
    • 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)  
      OutlierPrecisionAtKCurve make()  
      • Methods inherited from class java.lang.Object

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

      • POSITIVE_CLASS_NAME_ID

        public static final elki.utilities.optionhandling.OptionID POSITIVE_CLASS_NAME_ID
        The pattern to identify positive classes.
      • MAX_K_ID

        public static final elki.utilities.optionhandling.OptionID MAX_K_ID
        Maximum value for k
      • positiveClassName

        private java.util.regex.Pattern positiveClassName
        Stores the "positive" class.
      • maxk

        private int maxk
        Maximum value for k
    • 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 OutlierPrecisionAtKCurve make()
        Specified by:
        make in interface elki.utilities.optionhandling.Parameterizer