Class WekaAlgorithmWrapper

    • Constructor Detail

      • WekaAlgorithmWrapper

        public WekaAlgorithmWrapper()
    • Method Detail

      • globalInfo

        public java.lang.String globalInfo()
        Get global "help" info. Returns the global info of the wrapped algorithm
        Overrides:
        globalInfo in class BaseStep
        Returns:
        global "help" info
      • setWrappedAlgorithm

        public void setWrappedAlgorithm​(java.lang.Object algo)
        Set the wrapped algorithm
        Parameters:
        algo - the algorithm to wrao
      • getIconPath

        public java.lang.String getIconPath()
        Get the path to the icon for this wrapped algorithm
        Returns:
        the path to the icon
      • getDefaultPackageLevelIconPath

        public java.lang.String getDefaultPackageLevelIconPath()
        Get the default icon at the package level for this type of wrapped algorithm - e.g. weka.classifiers.meta
        Returns:
        the default icon at the package level
      • getDefaultIconPath

        public java.lang.String getDefaultIconPath()
        Get the default icon for this type of wrapped algorithm (i.e. generic Loader, Saver etc.
        Returns:
        the default icon for this wrapped algorithm
      • getWrappedAlgorithmClass

        public abstract java.lang.Class getWrappedAlgorithmClass()
        Get the class of the algorithm being wrapped
        Returns:
        the class of the algorithm being wrapped