Class Constant

    • Field Detail

      • m_Columns

        protected BaseInteger[] m_Columns
        The set of columns to find.
      • m_RawColumns

        protected int[] m_RawColumns
        The raw representation of the columns to find.
    • Constructor Detail

      • Constant

        public Constant()
    • Method Detail

      • getColumns

        public BaseInteger[] getColumns()
        Gets the constant set of columns to find.
        Returns:
        The set of columns to find.
      • setColumns

        public void setColumns​(BaseInteger[] value)
        Sets the constant set of columns to find.
        Parameters:
        value - The set of columns to find.
      • columnsTipText

        public String columnsTipText()
        Gets the tip-text for the columns option.
        Returns:
        The tip-text as a string.
      • doFindColumns

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