Registry / other / libsvm

libsvm

JSON →
library3.35vcpkgunverified

A library for Support Vector Machines.

vcpkg install libsvm
INSTALL
IMPORT
SIG · LIBSVM
L
libsvm
othercppv3.35
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

svm.h
#include <svm.h>

Initialize an SVM problem structure.

#include "svm.h" #include <stdio.h> int main() { struct svm_problem prob; prob.l = 0; prob.y = NULL; prob.x = NULL; printf("libsvm problem initialized\n"); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.35latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libsvm — pip install libsvm · libregistry