Node Connectivity

There are 92 nodes that can be used as predessesor for a node with an input port of type Weka Classifier.

CostSensitiveClassifier Deprecated

A metaclassifier that makes its base classifier cost-sensitive.

Dagging Deprecated

This meta classifier creates a number of disjoint, stratified folds out of the data and feeds each chunk of data to a copy of the supplied base […]

Decorate Deprecated

DECORATE is a meta-learner for building diverse ensembles of classifiers by using specially constructed artificial training examples.

END Deprecated

A meta classifier for handling multi-class datasets with 2-class classifiers by building an ensemble of nested dichotomies.

FilteredClassifier Deprecated

Class for running an arbitrary classifier on data that has been passed through an arbitrary filter.

Grading Deprecated

Implements Grading. The base classifiers are "graded".

GridSearch Deprecated

Performs a grid search of parameter pairs for the a classifier (Y-axis, default is LinearRegression with the "Ridge" parameter) and the PLSFilter […]

LogitBoost Deprecated

Class for performing additive logistic regression.

MetaCost Deprecated

This metaclassifier makes its base classifier cost-sensitive.

MultiBoostAB Deprecated

Class for boosting a classifier using the MultiBoosting method.