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..

Réponses (2)

Walter Roberson
Walter Roberson le 29 Avr 2014

0 votes

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 le 29 Avr 2014

0 votes

suggest any code of algorithm and parameter...

Catégories

En savoir plus sur Statistics and Machine Learning Toolbox dans Centre d'aide et File Exchange

Produits

Question posée :

le 29 Avr 2014

Réponse apportée :

le 29 Avr 2014

Community Treasure Hunt

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

Start Hunting!

Translated by