You are looking at historical revision 20753 of this page. It may differ significantly from its current revision.

libsvm

In progress.

An interface to the libsvm library for creating and using Support Vector Machines.

Constants

svm_type
C-SVC NU-SVC ONE-CLASS EPSILON-SVR NU-SVR
kernel_type
LINEAR POLY RBF SIGMOID PRECOMPUTED

Procedures

[procedure] (make-svm-parameter ...)

Returns a pointer to an instance of svm_parameter.

Examples

Author

Peter Lane.

License

GPL version 3.0.

Requirements

Version History