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

ClassBalancedND (3.7) 

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

ND (3.6) (legacy) 

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

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

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

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

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