How Support Vector Machine Used for Classification of Signal
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
SVM
0 comentarios
Respuestas (1)
AMIT POTE
el 28 de Jun. de 2022
SVM can be used for classification using two methods:
i) fitcsvm(): Used for binary classification
ii) fitcecoc(): Used for multiclass classification
To know more about these methods you can go through the following documentation:
https://in.mathworks.com/help/stats/fitcsvm.html
0 comentarios
Ver también
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!