![]() |
PLSSVM - Parallel Least Squares Support Vector Machine
2.0.0
A Least Squares Support Vector Machine implementation using different backends.
|
Directory containing the implementation for the OpenCL backend.
More...Directories | |
| directory | detail |
| Directory containing implementation details for the OpenCL backend. | |
Files | |
| file | csvm.hpp [code] |
| Defines a C-SVM using the OpenCL backend. | |
| file | exceptions.hpp [code] |
| Implements custom exception classes specific to the OpenCL backend. | |
| file | predict_kernel.cl |
| Defines the functions used for prediction for the C-SVM using the OpenCL backend. | |
| file | q_kernel.cl |
Defines CUDA functions for generating the q vector. | |
| file | svm_kernel.cl |
| Defines the kernel functions for the C-SVM using the CUDA backend. | |
Directory containing the implementation for the OpenCL backend.