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

Directory containing the implementation for the CUDA backend.

More...

Directory dependency graph for CUDA:

Directories

directory  detail
 Directory containing implementation details for the CUDA backend.
 

Files

file  csvm.hpp [code]
 Defines a C-SVM using the CUDA backend.
 
file  exceptions.hpp [code]
 Implements custom exception classes specific to the CUDA backend.
 
file  predict_kernel.cuh
 Defines the functions used for prediction for the C-SVM using the CUDA backend.
 
file  q_kernel.cuh
 Defines CUDA functions for generating the q vector.
 
file  svm_kernel.cuh
 Defines the kernel functions for the C-SVM using the CUDA backend.
 

Detailed Description

Directory containing the implementation for the CUDA 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.