How Support Vector Machine Used for Classification of Signal

Answers (1)

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

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Tags

Asked:

on 18 Jun 2022

Answered:

on 28 Jun 2022

Community Treasure Hunt

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

Start Hunting!