![]() |
PLSSVM - Parallel Least Squares Support Vector Machine
2.0.0
A Least Squares Support Vector Machine implementation using different backends.
|
Wrapper struct for overloading the dot product operator. More...
#include <operators.hpp>
Public Attributes | |
| const std::vector< T > & | vec |
| The encapsulated vector. | |
Wrapper struct for overloading the dot product operator.
Used to calculate the dot product \(x^T \cdot y\) using
| T | the value type |