Node Connectivity

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

Naive Bayes Predictor StreamableDeprecated

Uses the PMML naive Bayes model from the naive Bayes learner to predict the class membership of each row in the input data.

Cluster Assigner Streamable

Assigns data to a set of prototypes.

Fuzzy c-Means DeprecatedModern UI

Performs fuzzy c-means clustering.

k-Means (deprecated) Deprecated

Creates a crisp center based clustering.

MultiLayerPerceptron Predictor Streamable

Predicts output values based on a trained MLP.

MultiLayerPerceptron Predictor Deprecated

Predicts output values based on a trained MLP.

RProp MLP Learner Deprecated

Builds and learns an MLP with resilient backpropagation.

Decision Tree Learner Deprecated

Decision tree induction performed in memory.

Decision Tree Predictor Modern UI

Uses an existing decision tree to compute class labels for input vectors.

Decision Tree Predictor Deprecated

Uses an existing decision tree to compute class labels for input vectors.