Class AbstractSignificanceBasedMeasure

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractSignificanceBasedMeasure​(java.lang.String measureName, double significanceLevel)
      Creates an abstract significance based measure.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Get the name of this measure.
      • Methods inherited from class java.lang.Object

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

      • AbstractSignificanceBasedMeasure

        public AbstractSignificanceBasedMeasure​(java.lang.String measureName,
                                                double significanceLevel)
        Creates an abstract significance based measure.
        Parameters:
        measureName - the base name of the measure.
        significanceLevel - the significance level used for the label sets.
    • Method Detail

      • getName

        public java.lang.String getName()
        Get the name of this measure.
        Specified by:
        getName in interface IMeasure
        Returns:
        the name of this measure.