libsvm-buildsystem
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:restructuring of libsvm to support cmake as build system
Libsvm is a simple, easy-to-use, and efficient software for SVM
classification and regression. It solves C-SVM classification, nu-SVM
classification, one-class-SVM, epsilon-SVM regression, and nu-SVM
regression. It also provides an automatic model selection tool for
C-SVM classification. This document explains the use of libsvm.

Libsvm is available at 
http://www.csie.ntu.edu.tw/~cjlin/libsvm
Please read the COPYRIGHT file before using libsvm.

Table of Contents
=================

- Quick Start
- Installation and Data Format
- `svm-train' Usage
- `svm-predict' Usage
- `svm-scale' Usage
- Tips on Practical Use
- Examples
- Precomputed Kernels 
- Library Usage
- Java Version
- Building Windows Binaries
- Additional Tools: Sub-sampling, Parameter Selection, Format checking, etc.
- MATLAB/OCTAVE Interface
- Python Interface
- Additional Information

Quick Start
===========

If you are new to SVM and if the data is not large, please go to 
`tools' directory and use easy.py after installation. It does 
everything automatic -- from data scaling to parameter selection.

Usage: easy.py training_file [testing_file]

More information about parameter selection can be found in
`tools/README.'

Installation and Data Format
============================

To build and install libsvm you need cmake (>= 2.8.0). You can simply create 
a build directory (e.g., libsvm/build), go to that directory and type 

> cmake  (e.g., cmake ..)

This will create a Makefile on Linux and Mac OS X. On windows it will create 
a Visual Studio Solution (depending on the installed Visual Studio version).

Afterwards you can simply type `make' (or open the Visual Studio Solution)
to build libsvm and the `svm-train', `svm-predict', and `svm-scale' programs. 
Run them without arguments to show the usages of them.

The format of training and testing data file is:


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。