Classification of spread Data
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi everyone.
I have data consisting of two classes with a total of eight features. So far I have tried solving classification problems using standard datasets like in example IRIS.
In this cases all the features were nicely distributed so that classification was not a very difficult task.
In my own dataset the distribution of the classes is a somewhat different:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/191890/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/191891/image.png)
As Iam new to machine Learning Iam interested to know what algorithm would be appropriate in that case and what the best way is to select my features. In my case it seems like the features are highly correlated and linearly dependent. Is that something preferable in machine Learning?
Any advice would be really great!
Cheers,
Mike
sad
2 Kommentare
Antworten (1)
Image Analyst
am 13 Jul. 2018
The Classification Learner app (on the Apps tab of the tool ribbon) will let you try out all the different methods and show you the error (misclassification rate) for each method.
You can attach a .mat file with your table variable in it if you want people to try things with it.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Classification Trees finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!