Class MultiColumnFinder

    • Constructor Detail

      • MultiColumnFinder

        public MultiColumnFinder()
    • Method Detail

      • setFinders

        public void setFinders​(ColumnFinder[] value)
        Sets the column finders to use.
        Parameters:
        value - the column finders
      • getFinders

        public ColumnFinder[] getFinders()
        Returns the column finders in use.
        Returns:
        the column finders
      • findersTipText

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

        public void setCombination​(MultiColumnFinder.Combination value)
        Sets how the indices are combined.
        Parameters:
        value - the combination type
      • combinationTipText

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

        protected boolean doTrainColumnFinder​(SpreadSheet data)
        Performs the actual training of the column finder with the specified spreadsheet.
        Specified by:
        doTrainColumnFinder in class AbstractTrainableColumnFinder
        Parameters:
        data - the training data
        Returns:
        true if successfully trained
      • doFindColumns

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