does matlab 2015 support svm multiclass??
    4 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Sahar abdalah
      
 am 22 Mai 2015
  
    
    
    
    
    Kommentiert: Walter Roberson
      
      
 am 23 Mai 2015
            I use matlab 2013b for programmation but this version does not support svm multiclass. my question there is another version that support svm for multi classification?
0 Kommentare
Akzeptierte Antwort
  Walter Roberson
      
      
 am 22 Mai 2015
        
      Bearbeitet: Walter Roberson
      
      
 am 22 Mai 2015
  
      "ClassificationECOC is an error-correcting output codes (ECOC) classifier for multiclass learning by reduction to multiple, binary classifiers such as support vector machines (SVMs). Train a ClassificationECOC classifier using fitcecoc and the training data."
Real multiclass SVM is really slow and needs a lot of memory, and is considered "feasible" (under a loose sense of the word) for at most 3 classes, and "possible if you are willing to wait several days" for 4 classes, but a matter for supercomputer clusters for 5 or more classes.
2 Kommentare
  Walter Roberson
      
      
 am 23 Mai 2015
				It looks to me as if it can handle a large number of classes, but the computation is going to involve a decision matrix which is potentially large; see <http://www.mathworks.com/help/stats/classificationecoc-class.html#bue4w15 Coding Design" for how many rows the matrix would have.
I have not investigated how to interpret the various kinds of decision outputs.
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Classification Ensembles finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

