How to apply SVM on training and testing data
    4 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
I have two matrix. 1 column of both matrix contains labels. How can I apply SVM Classifier for more than 2 classes
0 Commenti
Risposte (1)
  the cyclist
      
      
 il 10 Mag 2022
        You can use the fitcecoc function from the Statistics and Machine Learning Toolbox to fit multi-class SVMs.
I've never used these models myself, so I can't really give an advice beyond knowing that this functionality exists. I'm also not sure if you do all the specific things you are hoping for (e.g. the different kernels), but there are a lot of input parameter options.
0 Commenti
Vedere anche
Categorie
				Scopri di più su Statistics and Machine Learning Toolbox 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!

