Node Connectivity

There are 3042 nodes that can be used as successor for a node with an output port of type Table.

LWL (3.6) (legacy) 

Locally weighted learning. Uses an instance-based algorithm to assign instance weights which are then used by a specified WeightedInstancesHandler. Can do […]

ClassBalancedND (3.6) (legacy) 

A meta classifier for handling multi-class datasets with 2-class classifiers by building a random class-balanced tree structure. For more info, check Lin […]

DataNearBalancedND (3.6) (legacy) 

A meta classifier for handling multi-class datasets with 2-class classifiers by building a random data-balanced tree structure. For more info, check Lin […]

ND (3.6) (legacy) 

A meta classifier for handling multi-class datasets with 2-class classifiers by building a random tree structure. For more info, check Lin Dong, Eibe […]

AdaBoostM1 (3.6) (legacy) 

Class for boosting a nominal class classifier using the Adaboost M1 method. Only nominal class problems can be tackled. Often dramatically improves […]

AdditiveRegression (3.6) (legacy) 

Meta classifier that enhances the performance of a regression base classifier. Each iteration fits a model to the residuals left by the classifier on the […]

AttributeSelectedClassifier (3.6) (legacy) 

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

Bagging (3.6) (legacy) 

Class for bagging a classifier to reduce variance. Can do classification and regression depending on the base learner. For more information, see Leo […]

CVParameterSelection (3.6) (legacy) 

Class for performing parameter selection by cross-validation for any classifier. For more information, see: R. Kohavi (1995). Wrappers for Performance […]

ClassificationViaClustering (3.6) (legacy) 

A simple meta-classifier that uses a clusterer for classification. For cluster algorithms that use a fixed number of clusterers, like SimpleKMeans, the user […]