Data Classification in Matlab

조회 수: 3 (최근 30일)
DARLINGTON ETAJE
DARLINGTON ETAJE 2019년 9월 11일
댓글: DARLINGTON ETAJE 2019년 9월 16일
When you have data that is very clustered as one but of about 3 or 5 class labels, how do you make the dataset a well spread data set so that the classification models can clearly identify the different classes present.
Thank You in Advance
  댓글 수: 2
Nicolas B.
Nicolas B. 2019년 9월 12일
Could you provide any exmple to explain your question?
DARLINGTON ETAJE
DARLINGTON ETAJE 2019년 9월 12일
See the picture attached

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

채택된 답변

Prabhan Purwar
Prabhan Purwar 2019년 9월 16일
Hello,
Classification of clustered data can be achieved by projecting your data into a higher dimension, by making use of Linear Algebra techniques, which makes data more separable for clustering and classification purposes.
After projecting the data, make use of the following techniques, as illustrated in the following links:
Hope this helps
  댓글 수: 1
DARLINGTON ETAJE
DARLINGTON ETAJE 2019년 9월 16일
Hi...thanks for your response. Please can you show me sample code for projecting your data into a higher dimension, by making use of Linear Algebra techniques

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Classification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by