![]() |
PLSSVM - Parallel Least Squares Support Vector Machine
2.0.0
A Least Squares Support Vector Machine implementation using different backends.
|
Defines SYCL functions for generating the q vector.
More...
Go to the source code of this file.
Classes | |
| class | plssvm::sycl::detail::device_kernel_q_linear< T > |
Functor to calculate the q vector using the linear C-SVM kernel. More... | |
| class | plssvm::sycl::detail::device_kernel_q_polynomial< T > |
Functor to calculate the q vector using the polynomial C-SVM kernel. More... | |
| class | plssvm::sycl::detail::device_kernel_q_rbf< T > |
Functor to calculate the q vector using the radial basis functions C-SVM kernel. More... | |
Namespaces | |
| plssvm | |
| The main namespace containing all public API functions. | |
| plssvm::sycl | |
| Namespace containing the C-SVM using the SYCL backend with the preferred SYCL implementation. | |
| plssvm::sycl::detail | |
| Namespace containing the C-SVM using the SYCL backend with the preferred SYCL implementation. Should not directly be used by users. | |
Defines SYCL functions for generating the q vector.