Class ByName

    • Field Detail

      • m_RegExp

        protected BaseRegExp m_RegExp
        the regular expression to match the attribute names against.
    • Constructor Detail

      • ByName

        public ByName()
    • Method Detail

      • setRegExp

        public void setRegExp​(BaseRegExp value)
        Sets the regular expression to use.
        Parameters:
        value - the regular expression
      • getRegExp

        public BaseRegExp getRegExp()
        Returns the regular expression in use.
        Returns:
        the regular expression
      • regExpTipText

        public String regExpTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • 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