XMeans (3.7) 

Cluster data using the X-means algorithm. X-Means is K-Means extended by an Improve-Structure part In this part of the algorithm the centers are attempted […]

RealAdaBoost (3.7) 

Class for boosting a 2-class classifier using the Real Adaboost method. For more information, see J

Cobweb (3.7) 

Class implementing the Cobweb and Classit clustering algorithms. Note: the application of node operators (merging, splitting etc.) in terms of ordering and […]

TensorFlow 2 Network Reader 

Reads a TensorFlow 2 network from a file or directory.

TensorFlow 2 Network Writer 

Writes a TensorFlow 2 Network to a file or directory.

MultiClassClassifier (3.7) 

A metaclassifier for handling multi-class datasets with 2-class classifiers

MultiClassClassifierUpdateable (3.7) 

A metaclassifier for handling multi-class datasets with 2-class classifiers

END (3.7) 

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

ND (3.7) 

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

DataNearBalancedND (3.7) 

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