Class EvaluationMetricManager


  • public class EvaluationMetricManager
    extends Object
    Manages the additional metrics.
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Field Detail

      • m_Properties

        protected static Properties m_Properties
        the underlying properties.
    • Constructor Detail

      • EvaluationMetricManager

        public EvaluationMetricManager()
    • Method Detail

      • isEnabled

        public static boolean isEnabled​(Object obj)
        Checks whether the metric is enabled.
        Parameters:
        obj - the metric to check
        Returns:
        true if enabled
      • isEnabled

        public static boolean isEnabled​(Class cls)
        Checks whether the metric is enabled.
        Parameters:
        cls - the metric to check
        Returns:
        true if enabled
      • getProperties

        public static Properties getProperties()
        Returns the properties.
        Returns:
        the properties