Node Connectivity

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

LWL Deprecated

Locally weighted learning.

ClassBalancedND Deprecated

A meta classifier for handling multi-class datasets with 2-class classifiers by building a random class-balanced tree structure.

DataNearBalancedND Deprecated

A meta classifier for handling multi-class datasets with 2-class classifiers by building a random data-balanced tree structure.

ND Deprecated

A meta classifier for handling multi-class datasets with 2-class classifiers by building a random tree structure.

AdaBoostM1 Deprecated

Class for boosting a nominal class classifier using the Adaboost M1 method.

AdditiveRegression Deprecated

Meta classifier that enhances the performance of a regression base classifier.

AttributeSelectedClassifier Deprecated

Dimensionality of training and test data is reduced by attribute selection before being passed on to a classifier.

Bagging Deprecated

Class for bagging a classifier to reduce variance.

CVParameterSelection Deprecated

Class for performing parameter selection by cross-validation for any classifier.

ClassificationViaRegression Deprecated

Class for doing classification using regression methods.