![]() |
PLSSVM - Parallel Least Squares Support Vector Machine
2.0.0
A Least Squares Support Vector Machine implementation using different backends.
|
Defines the base class for all C-SVM backends using a GPU. Used for code duplication reduction. More...
#include <cstddef>#include <type_traits>#include <vector>Go to the source code of this file.
Classes | |
| class | plssvm::detail::gpu_device_ptr< T, queue_t, device_pointer_t > |
| Small wrapper class around a GPU device pointer together with commonly used device functions for all GPU backends to reduce code duplication. More... | |
Namespaces | |
| plssvm | |
| The main namespace containing all public API functions. | |
| plssvm::detail | |
| Namespace containing implementation details. Should not directly be used by users. | |
Defines the base class for all C-SVM backends using a GPU. Used for code duplication reduction.