java - Libsvm without kernel -



java - Libsvm without kernel -

i have searched quite long, haven't found reply question. how can utilize libsvm in java without kernel? or how possible simulate such behaviour?

kernels used map info higher dimensional space. if want perform svm in original space of input data, utilize linear kernel.

libsvm classifier = new libsvm(); classifier.setkerneltype(new selectedtag(libsvm.kerneltype_linear, libsvm.tags_kerneltype));

java kernel libsvm

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -