Main Reference Blog:
1, Eclipse + libsvm-3.12 using SVM to implement the simple linear classification Cnblog The main introduction of how to import the jar package problem.
2, LIBSVM Introductory interpretation of CSDN, mainly on the LIBSVM of the official website of the translation
3, how to use LIBSVM to classify Sina blog, this is an absolute entry-level "word" interpretation.
4, LIBSVM--A Library for support Vector Machines LIBSVM official website
5, support vector Machine Popular Introduction (understanding of the three layers of SVM) This theory is very strong, suitable for a more thorough understanding of SVM mathematical basis of the people to see
I. The relationship between LIBSVM and Java
LIBSVM is undoubtedly the problem of solving the SVM classification, LIBSVM is not a library to solve SVM, rather is a multi-library to solve SVM, the middle contains support Python, C, Java, C # ..., so LIBSVM is far from a jar package so simple. Just LIBSVM in support of the Java language version, provide the Libsvm.jar file, first look at the contents of LIBSVM after decompression:
Second, how to add LIBSVM in eclipse
The first question is clear, the second question is not a matter at all, refer to the article starting with the listing of Literature 1.
There is a problem here, that is, after the LIBSVM official website, see the following interface:
This does not know where to download Ah, although the knowledge of English know the above a few blue is not, but yes where but do not know, page down, see the following interface:
Now click on the red box to download, and then extract the first picture, refer to the above several references on the line. This is no longer a statement of exhaustion.
Libsvm+eclipse (Java) configuration and what you need to set up for development