Data Classification in Matlab

5 visualizaciones (últimos 30 días)
DARLINGTON ETAJE
DARLINGTON ETAJE el 11 de Sept. de 2019
Comentada: DARLINGTON ETAJE el 16 de Sept. de 2019
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 comentarios
Nicolas B.
Nicolas B. el 12 de Sept. de 2019
Could you provide any exmple to explain your question?
DARLINGTON ETAJE
DARLINGTON ETAJE el 12 de Sept. de 2019
See the picture attached

Iniciar sesión para comentar.

Respuesta aceptada

Prabhan Purwar
Prabhan Purwar el 16 de Sept. de 2019
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 comentario
DARLINGTON ETAJE
DARLINGTON ETAJE el 16 de Sept. de 2019
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

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by