Data Classification in Matlab

14 次查看(过去 30 天)
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?

请先登录,再进行评论。

采纳的回答

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 个)

Community Treasure Hunt

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

Start Hunting!

Translated by