Node Connectivity

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

Tree Ensemble Learner 

Learns an ensemble of decision trees (such as random forest variants).

Tree Ensemble Predictor Streamable

Predicts patterns according to an aggregation of the predictions of the individual trees in a random forest model.

Tree Ensemble Learner Deprecated

Learns an ensemble of decision trees (such as random forest variants).

Tree Ensemble Predictor StreamableDeprecated

Predicts patterns according to an aggregation of the predictions of the individual trees in a random forest model.

Random Forest Learner (Regression) 

Learns a random forest for regression.

Random Forest Predictor (Regression) Streamable

Applies regression from a random forest model by using the mean of the individual predictions.

Tree Ensemble Learner (Regression) 

Learns an ensemble of regression trees.

Tree Ensemble Predictor (Regression) Streamable

Applies regression from a tree ensemble model by using the mean of the individual predictions.

K Nearest Neighbor Streamable

Classifies a set of test data based on the k Nearest Neighbor algorithm using the training data.

K Nearest Neighbor (Distance Function) 

Classifies a set of test data based on the k Nearest Neighbor algorithm using the training data.