필터 지우기
필터 지우기

Classification of spread Data

조회 수: 1 (최근 30일)
MikeSv
MikeSv 2018년 7월 13일
답변: Image Analyst 2018년 7월 13일
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:
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
KSSV
KSSV 2018년 7월 13일
For ML correlation is important. You may try fitcsvm
MikeSv
MikeSv 2018년 7월 13일
Thanks for the comment! I tried to use a CART algorithm which seems to work quite nicely, though Iam not sure if its the correct one to choose for this kind of data.

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2018년 7월 13일
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.

제품


릴리스

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by