96 results
- Go to itemA meta classifier for handling multi-class datasets with 2-class classifiers by building an ensemble of nested dichotomies. For m…0
- Go to itemClass for running an arbitrary classifier on data that has been passed through an arbitrary filter. Like the classifier, the stru…0
- Go to itemImplements Grading. The base classifiers are "graded". For more information, see A.K. Seewald, J. Fuernkranz: An Evaluation of Gr…0
- Go to itemPerforms a grid search of parameter pairs for the a classifier (Y-axis, default is LinearRegression with the "Ridge" parameter) a…0
- Go to itemClass for performing additive logistic regression. This class performs classification using a regression scheme as the base learn…0
- Go to itemClass for boosting a nominal class classifier using the Adaboost M1 method. Only nominal class problems can be tackled. Often dra…0
- Go to itemMeta classifier that enhances the performance of a regression base classifier. Each iteration fits a model to the residuals left …0
- Go to itemDimensionality of training and test data is reduced by attribute selection before being passed on to a classifier. (based on WEKA…0
- Go to itemClass for bagging a classifier to reduce variance. Can do classification and regression depending on the base learner. For more i…0
- Go to itemA simple meta-classifier that uses a clusterer for classification. For cluster algorithms that use a fixed number of clusterers, …0
- Go to itemClass for doing classification using regression methods. Class is binarized and one regression model is built for each class valu…0
- Go to itemThis metaclassifier makes its base classifier cost-sensitive using the method specified in Pedro Domingos: MetaCost: A general me…0
- Go to itemClass for boosting a classifier using the MultiBoosting method. MultiBoosting is an extension to the highly successful AdaBoost t…0
- Go to itemA metaclassifier for handling multi-class datasets with 2-class classifiers. This classifier is also capable of applying error co…0
- Go to itemClass for selecting a classifier from among several using cross validation on the training data or the performance on the trainin…0
- Go to itemA meta classifier for handling multi-class datasets with 2-class classifiers by building a random class-balanced tree structure. …0
- Go to itemA metaclassifier that makes its base classifier cost-sensitive. Two methods can be used to introduce cost-sensitivity: reweightin…0
- Go to itemClass for performing parameter selection by cross-validation for any classifier. For more information, see: R. Kohavi (1995). Wra…0
- Go to itemThis meta classifier creates a number of disjoint, stratified folds out of the data and feeds each chunk of data to a copy of the…0
- Go to itemDECORATE is a meta-learner for building diverse ensembles of classifiers by using specially constructed artificial training examp…0