How can i find average(mean) from correct rate(accuracy) from different number of K-fold?For example there are 3 k-fold and each number of k-fold has their accuracy. I need to find average of this accuracy.

1 vue (au cours des 30 derniers jours)
Sen=[cp.Sensitivity cp.Sensitivity cp.Sensitivity] Mean=mean(Sen) Spe=[cp.Specificity cp.Specificity cp.Sensitivity] Mean=mean(Spe) Acc=[cp.CorrectRate cp.CorrectRate cp.CorrectRate] Mean=mean(Acc)

Réponses (0)

Catégories

En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by