![]() |
PLSSVM - Parallel Least Squares Support Vector Machine
2.0.0
A Least Squares Support Vector Machine implementation using different backends.
|
Defines a C-SVM using the CUDA backend. More...
#include "plssvm/backends/CUDA/detail/device_ptr.cuh"#include "plssvm/backends/gpu_csvm.hpp"#include "plssvm/parameter.hpp"#include "plssvm/target_platforms.hpp"#include <cstddef>#include <type_traits>#include <utility>Go to the source code of this file.
Classes | |
| class | plssvm::cuda::csvm |
| A C-SVM implementation using CUDA as backend. More... | |
| struct | plssvm::detail::csvm_backend_exists< cuda::csvm > |
Sets the value to true since C-SVMs using the CUDA backend are available. More... | |
Namespaces | |
| plssvm | |
| The main namespace containing all public API functions. | |
| plssvm::detail | |
| Namespace containing implementation details. Should not directly be used by users. | |
| plssvm::cuda | |
| Namespace containing the C-SVM using the CUDA backend. | |
Defines a C-SVM using the CUDA backend.