END (3.6) (legacy) 

A meta classifier for handling multi-class datasets with 2-class classifiers by building an ensemble of nested dichotomies. For more info, check Lin Dong, […]

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 […]

GridSearch (3.6) (legacy) 

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

Logistic (3.6) (legacy) 

Class for building and using a multinomial logistic regression model with a ridge estimator. There are some modifications, however, compared to the paper […]

DB Loader StreamableDeprecated

Loads data from a KNIME data table into a database table.

DB Loader Streamable

Loads data from a KNIME data table into a database table.

File Reader StreamableDeprecated

Flexible reader for ASCII files.

Remove Empty Rows Streamable

Removes empty rows from the input table

Line Plot (legacy) 

Plots the numeric columns as lines.