Classify data without training data
Mostra commenti meno recenti
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..
Risposte (2)
Walter Roberson
il 29 Apr 2014
0 voti
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
il 29 Apr 2014
0 voti
Categorie
Scopri di più su Statistics and Machine Learning Toolbox in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!