Classify data without training data

I have a data like
7.067584393
7.058334315
7.053180933
7.029897855
7.019380453
6.995541483
6.970042991
6.946210158
6.935758126
6.96556777
6.996278756
7.016032692
7.03634689
7.056638911
7.059383196
7.033728869
It is in excel file.. I would like to classify this data...if svm is possible then it is good..

Respuestas (2)

Walter Roberson
Walter Roberson el 29 de Abr. de 2014

0 votos

It is not possible. You could possibly cluster the data, but not classify it.
In order to classify data you need to have an algorithm that knows what to look for, or you need to create a mathematical model of what kinds of samples belong in which class. In order to create that kind of model, you need some sample data and you need to be told what the correct classification is for that sample data. The two together are used to estimate the parameters of the model. Then the parameters estimated can be applied to data for which the classification is not known, in order to find the most plausible class that the data belongs to.
sagar
sagar el 29 de Abr. de 2014

0 votos

suggest any code of algorithm and parameter...

Categorías

Más información sobre Statistics and Machine Learning Toolbox en Centro de ayuda y File Exchange.

Productos

Preguntada:

el 29 de Abr. de 2014

Respondida:

el 29 de Abr. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by