Class WekaClassifier

  • All Implemented Interfaces:
    Destroyable, GlobalInfoSupporter, LoggingLevelHandler, LoggingSupporter, OptionHandler, SizeOfHandler, CapabilitiesHandler, Algorithm<ClassificationModel>, Classifier, Serializable

    public class WekaClassifier
    extends AbstractClassifier
    Wraps around a Weka classifier that handles nominal classes (= classification).

    -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> (property: loggingLevel)
        The logging level for outputting errors and debugging output.
        default: WARNING
     
    -strict-capabilities <boolean> (property: strictCapabilities)
        If enabled, a strict capabilities test is performed; otherwise, it is attempted 
        to adjust the data to fit the algorithm's capabilities.
        default: false
     
    -classifier <weka.classifiers.Classifier> (property: classifier)
        The classifier to use.
        default: weka.classifiers.trees.J48 -C 0.25 -M 2
     
    Version:
    $Revision$
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Detail

      • m_Classifier

        protected weka.classifiers.Classifier m_Classifier
        the weka classifier to use.
    • Constructor Detail

      • WekaClassifier

        public WekaClassifier()