Package weka.classifiers.meta


package weka.classifiers.meta
  • Classes
    Class
    Description
    Class for boosting a nominal class classifier using the Adaboost M1 method.
    Meta classifier that enhances the performance of a regression base classifier.
    Dimensionality of training and test data is reduced by attribute selection before being passed on to a classifier.
    Class for bagging a classifier to reduce variance.
    Class for doing classification using regression methods.
    A metaclassifier that makes its base classifier cost sensitive.
    Class for performing parameter selection by cross-validation for any classifier.

    For more information, see:

    R.
    Class for running an arbitrary classifier on data that has been passed through an arbitrary filter.
    Chooses the best number of iterations for an IterativeClassifier such as LogitBoost using cross-validation or a percentage split evaluation.
    Class for performing additive logistic regression.
    A metaclassifier for handling multi-class datasets with 2-class classifiers.
    A metaclassifier for handling multi-class datasets with 2-class classifiers.
    Class for selecting a classifier from among several using cross validation on the training data or the performance on the training data.
    Class for building an ensemble of randomizable base classifiers.
    Class for running an arbitrary classifier on data that has been passed through an arbitrary filter.
    This method constructs a decision tree based classifier that maintains highest accuracy on training data and improves on generalization accuracy as it grows in complexity.
    A regression scheme that employs any classifier on a copy of the data that has the class attribute (equal-width) discretized.
    Combines several classifiers using the stacking method.
    Class for combining classifiers.
    Generic wrapper around any classifier to enable weighted instances support.
    Uses resampling with weights if the base classifier is not implementing the weka.core.WeightedInstancesHandler interface and there are instance weights other 1.0 present.