How to use the classification learner app?
18 views (last 30 days)
Show older comments
Hi Guys,
I am working on a classification problem and not quite sure how I can use the classification learner app.
First of all, when I open the app and try to select the data from the workspace, the only data that shows up is the number of output classifiers which is 2:20.
For training data, I have 30624 cells that each of this cell contains a 3*600 matrix/double and the output label for each cell is an integer from 2 to 20.
So, the training set is a 1*30624 cell and the training label is a 1*30624 categorical.
I have the validation and test data set in the same format as training data.
Could someone please tell me how I should classify my data using the classification learner app? Any information would be appreciated.
0 Comments
Answers (1)
Ayush Gupta
on 18 Sep 2020
Type classification Learner in command line and classification learner app will open. Make sure to load the data in the workspace before opening the app. Select the variable as input and select the predictor and response variable. After that we can compare what all models we can use, and which will be better to use. Try to see the documentation on how to select from the various possible models we can use, here.
5 Comments
Ruben
on 9 May 2023 at 11:30
@Ayush Thanks for rapid response,
I understand the kind of input requirements the Classification Learner has.
If you take a look at my original question "https://de.mathworks.com/matlabcentral/answers/1960204-how-can-i-import-a-cell-array-filled-with-tables-of-data-to-the-classification-learner-app" you might understand, what kind of solution I am looking for.
It would be nice if you could have a look at it, thank you!
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!