1. Multi-Classifier Benchmark with Nemenyi All-Pairs
Machine Learning ResearcherBackground
Evaluating four classification algorithms across twelve benchmark datasets using classification accuracy.
Problem
Determine if AdaBoost performs significantly better than SVM, kNN, and C4.5 across all datasets.
How to use
Input the 12-row dataset score matrix, set metric direction to 'higher', significance level to 0.05, and select Nemenyi post-hoc testing.
matrix: 'dataset, AdaBoost, SVM, kNN, C4.5\n...' | direction: 'higher' | alpha: '0.05' | posthoc: 'nemenyi'Outcome
Friedman test rejects the null hypothesis (χ²_F = 32.4, p < 0.001); CD diagram isolates AdaBoost as significantly superior and groups SVM and kNN into a single non-significant clique.