libsvm
Using LIBSVM to predict authenticity of the user
I am planning on using LibSVM to predict user authenticity in web applications. (1) 开发者_开发百科Collect Data on particular user behavior(eg. LogIn time, IP Address, Country etc.)[详细]
2023-02-16 05:44 分类:问答How can I perform ten-fold cross validation with LibSVM?
Where can I find an example of using LibSVM (Java/Python) to perform 10-fold cross validation 开发者_运维知识库on a data set?In case of Java;[详细]
2023-02-16 04:38 分类:问答How to use LibSVM with Weka in my Java code?
I want to use LibSVM classifier wit开发者_StackOverflowh Weka in my application. How can I (or where can I find good examples to) do this?A little late now, surely, but I\'ll answer anyways.You have t[详细]
2023-02-15 03:42 分类:问答How to get support vectors and rho values from svm_model (in Python)?
After I get the svm_model from svm_train using libsvm, how do I get the rho and SVs from the model? I know that these 开发者_开发技巧values are printed out when I get the model, but I have no idea how[详细]
2023-02-14 17:28 分类:问答libsvm.cpp compile error MATLAB
I have downloaded the libsvm for MATLAB from official site (I am using MATLAB 2010b) But whenever I run the make file I get:[详细]
2023-02-13 08:06 分类:问答traning data sets using libsvm on windows
Do you know a 开发者_Go百科simple example using libsvm, I have Windows 7 installed. so I start a console, and....[详细]
2023-02-13 03:27 分类:问答Problem building libsvm-3.0 on CentOs 5.5 for Python-2.7.1
trying to install libsvm-3.0 for an alternative python build (python-2.7.1 instead of default 2.4) on CentOs 5.5.This python is installed in /opt/python2.7.I downloaded the source files and ran MAKE i[详细]
2023-02-13 02:10 分类:问答Transform input file in matlab adding values, or replacing and save it to other file
I am using libsvm, and would like to train some data, the issue here is, libsvm ask the input patterns in a special format.[详细]
2023-02-12 05:58 分类:问答Stopping criterion of support vector machines
I am writing my bachelor\'s thesis using support vector machines. Is it right, that the \"eps开发者_开发知识库ilon\"-parameter is the tolerance when optimization the error (including c)? So if the con[详细]
2023-02-05 13:40 分类:问答predict.svm does not predict new data
unfortunately I have problems using predict() in the following simple example: library(e1071) x <- c(1:10)[详细]
2023-01-31 10:42 分类:问答
加载中,请稍侯......