I have EEG dataset which is content 109 subjects and the EEG signals recorded from 64 electrodes. While the AR coefficients extracted as features. Then I tested these features using classification learner App . I found the best results obtain with Cubic SVM classifier. So my question how can I used the Cubic SVM as a function for further experiments.
Kshitij Singh answered .
2025-11-20
The MATLAB Classification Learner app provides a user-friendly way to train and evaluate classification models. After training a model, you can export the model and the corresponding code for customization or integration into larger projects.