I recently tried using svm to classify functions. While I was doing this, the question came to my mind.
Which method is better to use, LIBSVM
or svmclassify
? What I mean by svmclassify
is the use of built-in functions in MATLAB, such as svmtrain
and svmclassify
. In this sense, I was interested to know which method would be more accurate and which would be easier to use.
Since MATLAB already has a Bioinformatics toolkit, why are you using LIBSVM? Are features such as svmtrain
and svmclassify
.. what additional benefits does LIBSVM provide?
I would like to hear some of your opinions. I apologize if the question is stupid.
user999450
source share