PLSSVM - Parallel Least Squares Support Vector Machine
2.0.0
A Least Squares Support Vector Machine implementation using different backends.
|
Get the plssvm::backend_type of the C-SVM class of type T
. Ignores all top-level const, volatile, and reference qualifiers.
More...
#include <backend_types.hpp>
Get the plssvm::backend_type of the C-SVM class of type T
. Ignores all top-level const, volatile, and reference qualifiers.
Provides a member variable value
if T
is a valid C-SVM. If T
is a SYCL C-SVM, an additional member variable impl
is provided showing the used SYCL implementation.
T | the type of the C-SVM to get the backend type from |