Class OutlierPrecisionRecallGainCurve.Par

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

    public static class OutlierPrecisionRecallGainCurve.Par
    extends java.lang.Object
    implements elki.utilities.optionhandling.Parameterizer
    Parameterization class.
    Author:
    Robert Gehde
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static elki.utilities.optionhandling.OptionID POSITIVE_CLASS_NAME_ID
      The pattern to identify positive classes.
      protected java.util.regex.Pattern positiveClassName
      Matcher for the "positive" class.
    • Constructor Summary

      Constructors 
      Constructor Description
      Par()  
    • Field Detail

      • POSITIVE_CLASS_NAME_ID

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

        protected java.util.regex.Pattern positiveClassName
        Matcher for the "positive" class.
    • 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