LIBIRWLS
|
▼ LIBIRWLS | |
▼ include | |
IOStructures.h | Input and Output structures and procedures |
kernels.h | Defition of the kernel functions used in the non linear SVM |
LIBIRWLS-predict.h | Functions to classify data with a trained model |
ParallelAlgorithms.h | Functions to perform parallel linear algebra tasks |
PIRWLS-train.h | Functions to train a full SVM using the IRWLS algorithm |
PSIRWLS-train.h | Functions to train a semi parametric SVM using the IRWLS algorithm |
▼ python-package | |
pythonmodule.c | Implementation of the functions of the python extension |
pythonmodule.h | Functions of the python extension that makes use of this library |
▼ src | |
IOStructures.c | Implementation of the IO functions used in the application |
kernels.c | Implementation of the kernel functions used in the non linear SVM |
LIBIRWLS-predict.c | Implementation of the predictions functions to classify data using a trained model |
ParallelAlgorithms.c | Functions to perform some parallel linear algebra tasks |
PIRWLS-train.c | Implementation of the training functions of the PIRWLS algorithm |
PSIRWLS-train.c | Implementation of the training functions of the PSIRWLS algorithm |