Top "Libsvm" questions

LIBSVM is a library for Support Vector Machines

using precomputed kernels with libsvm

I'm currently working on classifying images with different image-descriptors. Since they have their own metrics, I am using precomputed kernels. …

matlab machine-learning svm libsvm
How do I install libsvm for python under windows 7?

Would like to know how to install libsvm for python under windows 7? I downloaded the livsvm zip, but I don't …

python windows libsvm
SVM equations from e1071 R package?

I am interested in test the SVM performance to classify several individuals into four groups/classes. When using the svmtrain …

r machine-learning svm libsvm
svm scaling input values

I am using libSVM. Say my feature values are in the following format: instance1 : f11, f12, f13, f14 instance2 : f21, …

machine-learning computer-vision svm libsvm
How to use LibSVM with Weka in my Java code?

I want to use LibSVM classifier with Weka in my application. How can I (or where can I find good …

java weka libsvm
How to find the Precision, Recall, Accuracy using SVM?

Duplicate calculating Precision, Recall and F Score I have a input file with text description and classified level (i.e.…

machine-learning svm scikit-learn libsvm
An example of using LibSVM in java

I am considering using libsvm. Currently, I have transformed my feature vectors to SVM feature vectors format. I am using …

java svm libsvm
JNI ERROR (app bug): local reference table overflow (max=512)

I am trying to run the LibSVMAndroidClassification Android project with my own dataset. It works perfectly fine with the dataset …

android c++ android-ndk java-native-interface libsvm
One-class classification with SVM in R

I'm using the package e1071 in R in order to build a one-class SVM model. I don't know how to …

r classification svm libsvm
How to convert a map to Spark's RDD

I have a data set which is in the form of some nested maps, and its Scala type is: Map[…

scala apache-spark libsvm apache-spark-mllib