PLSSVM - Parallel Least Squares Support Vector Machine  2.0.0
A Least Squares Support Vector Machine implementation using different backends.
OpenCL Directory Reference

Directory containing the implementation for the OpenCL backend.

More...

Directory dependency graph for OpenCL:

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.
 

Detailed Description

Directory containing the implementation for the OpenCL backend.

Author
Alexander Van Craen
Marcel Breyer
License
This file is part of the PLSSVM project which is released under the MIT license. See the LICENSE.md file in the project root for full license information.