Class LegacyThresholdCurve

    • Constructor Detail

      • LegacyThresholdCurve

        public LegacyThresholdCurve()
    • Method Detail

      • globalInfo

        public String globalInfo()
        Returns a string describing the object.
        Specified by:
        globalInfo in interface adams.core.GlobalInfoSupporter
        Specified by:
        globalInfo in class adams.core.option.AbstractOptionHandler
        Returns:
        a description suitable for displaying in the gui
      • defineOptions

        public void defineOptions()
        Adds options to the internal list of options.
        Specified by:
        defineOptions in interface adams.core.option.OptionHandler
        Overrides:
        defineOptions in class adams.core.option.AbstractOptionHandler
      • setClassLabelRange

        public void setClassLabelRange​(WekaLabelRange value)
        Sets the class label indices.
        Parameters:
        value - the range
      • getClassLabelRange

        public WekaLabelRange getClassLabelRange()
        Returns the class label indices.
        Returns:
        the range
      • classLabelRangeTipText

        public String classLabelRangeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setAttributeX

        public void setAttributeX​(WekaThresholdCurve.AttributeName value)
        Sets the attribute to show on the X axis.
        Parameters:
        value - the attribute
      • attributeXTipText

        public String attributeXTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setAttributeY

        public void setAttributeY​(WekaThresholdCurve.AttributeName value)
        Sets the attribute to show on the Y axis.
        Parameters:
        value - the attribute
      • attributeYTipText

        public String attributeYTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.