Class ByNumericRange

    • Field Detail

      • m_AttributeIndex

        protected WekaAttributeIndex m_AttributeIndex
        the attribute index to work on.
      • m_Ranges

        protected BaseInterval[] m_Ranges
        the intervals.
    • Constructor Detail

      • ByNumericRange

        public ByNumericRange()
    • Method Detail

      • setAttributeIndex

        public void setAttributeIndex​(WekaAttributeIndex value)
        Sets the index of the column to perform the matching on.
        Parameters:
        value - the index
      • getAttributeIndex

        public WekaAttributeIndex getAttributeIndex()
        Returns the index of the column to perform the matching on.
        Returns:
        the index
      • attributeIndexTipText

        public String attributeIndexTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setRanges

        public void setRanges​(BaseInterval[] value)
        Sets the intervals.
        Parameters:
        value - the intervals
      • getRanges

        public BaseInterval[] getRanges()
        Returns the intervals.
        Returns:
        the intervals
      • rangesTipText

        public String rangesTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • doFindRows

        protected int[] doFindRows​(weka.core.Instances data)
        Returns the rows of interest in the spreadsheet.
        Specified by:
        doFindRows in class AbstractRowFinder
        Parameters:
        data - the spreadsheet to inspect
        Returns:
        the rows of interest