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 […]
Class for boosting a 2-class classifier using the Real Adaboost method. For more information, see J
Class implementing the Cobweb and Classit clustering algorithms. Note: the application of node operators (merging, splitting etc.) in terms of ordering and […]
Reads a TensorFlow 2 network from a file or directory.
Writes a TensorFlow 2 Network to a file or directory.
A metaclassifier for handling multi-class datasets with 2-class classifiers
A metaclassifier for handling multi-class datasets with 2-class classifiers
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, […]
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, […]
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 […]