基于libSvm,開發的支持向量機圖形界面(初級水平)應用程序,并提供了關于C和sigma的新的參數選擇方法,使得Svm的使用更加簡單直觀.參考文章 Fast and Efficient Strategies for Model Selection of Gaussian Support Vector Machine 可google之。
OpenSvm was developped under Visual C++ 6.0 SP6,
You can open the workspace file(*.dsw) in the openSvm-src folder.
The folder include the Svm.h and Svm.cpp which in the libSvm (Copyright (c) 2000-2007 Chih-Chung Chang and Chih-Jen Lin All rights reserved) in the openSvm-src\libSvm.
However, the files Svm.h and Svm.cpp codes were copied/merged into stdafx.h and stdafx.cpp in order to support the development, and OpenSvm still use other codes of libSvm.
So you can see the libSvm package in the source package.
You can open and build it with Visual C++ 6.0.
Note: the problems must be in LIBSvm format.
OpenSvm project page:
http://sourceforge.net/projects/openSvm
If you had any question, please mail to:
cloudbyron@gmail.com