How " label = predict(SVMModel,X) " computes the labels for 'rbf' kernel?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello, Can anyone please direct me to some documentation regarding the method of labels-computation for 'rbf' kernel using "predict" function? I assume it does not just do f(x) = sum(alpha(i)*y(i)*rbf(x-x(i))) + bias, for all support-vectors x(i), because I wrote my own version which does just that (using the same scale, same alpha and everything else, which I got by running "fitcsvm"), but got different labels! Your help will be highly appreciated, Nadav
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Statistics and Machine Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!