Class Constant

    • Field Detail

      • m_Rows

        protected BaseInteger[] m_Rows
        The constant set of rows to find.
      • m_RawRows

        protected int[] m_RawRows
        The raw form of the rows.
    • Constructor Detail

      • Constant

        public Constant()
    • Method Detail

      • getRows

        public BaseInteger[] getRows()
        Gets the constant set of rows to find.
        Returns:
        The rows to find.
      • setRows

        public void setRows​(BaseInteger[] value)
        Sets the constant set of rows to find.
        Parameters:
        value - The rows to find.
      • rowsTipText

        public String rowsTipText()
        Gets the tip-text for the rows option.
        Returns:
        The tip-text as a string.
      • doFindRows

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