PLSSVM - Parallel Least Squares Support Vector Machine  2.0.0
A Least Squares Support Vector Machine implementation using different backends.
plssvm::csvm_backend_exists< T > Struct Template Reference

Sets the value of the value member to true if T is a C-SVM using an available backend. Ignores any top-level const, volatile, and reference qualifiers. More...

#include <csvm.hpp>

Inheritance diagram for plssvm::csvm_backend_exists< T >:
[legend]
Collaboration diagram for plssvm::csvm_backend_exists< T >:
[legend]

Detailed Description

template<typename T>
struct plssvm::csvm_backend_exists< T >

Sets the value of the value member to true if T is a C-SVM using an available backend. Ignores any top-level const, volatile, and reference qualifiers.

Template Parameters
Tthe type of the C-SVM

The documentation for this struct was generated from the following file: