Decision Tree Image Classification
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi All,
Currently, I am doing image classification using SVM and DT with the same training data and the same test image. The setting of SVM and DT used the default. There are four classes that I used (A, B, C, D). While in SVM training using Mdl = fitcecoc(trainset,class) it can classify all class, but in DT training using SVModelTree = fitctree(trainset,class) there are only three class A, C, D in the result and seems that the class B is classified as class C. Anycone can help me what causes of that? Thank you in advance.
Hend
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Classification in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!