PLSSVM - Parallel Least Squares Support Vector Machine
2.0.0
A Least Squares Support Vector Machine implementation using different backends.
|
Implements custom exception classes specific to the OpenMP backend. More...
#include "plssvm/exceptions/exceptions.hpp"
#include "plssvm/exceptions/source_location.hpp"
#include <string>
Go to the source code of this file.
Classes | |
class | plssvm::openmp::backend_exception |
Exception type thrown if a problem with the OpenMP backend occurs. More... | |
Namespaces | |
plssvm | |
The main namespace containing all public API functions. | |
plssvm::openmp | |
Namespace containing the C-SVM using the OpenMP backend. | |
Implements custom exception classes specific to the OpenMP backend.