I trained a set of machine learning classifiers on a dataset, and I select the value of Kappa and ROC area from the classifer results,
Example:
Classifier ROC area Kappa Value
IBK 0.879 0.3452
SMO 0.962 0.7321
J48 0.985 0.4325
Random Forest 0.654 0.4952
Naive Bayes 0.875 0.8421
How Can I compute the P-value From ROc area and Kappa value tests?