Interface FeatureGenerator<T>

    • Method Detail

      • setAlgorithm

        void setAlgorithm​(T value)
        Sets the algorithm to use.
        Parameters:
        value - the algorithm
      • getAlgorithm

        T getAlgorithm()
        Returns the algorithm in use.
        Returns:
        the algorithm
      • algorithmTipText

        String algorithmTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.