PLSSVM - Parallel Least Squares Support Vector Machine
2.0.0
A Least Squares Support Vector Machine implementation using different backends.
|
Implements a class encapsulating all necessary parameters for predicting using the C-SVM possibly provided through command line arguments. More...
#include "plssvm/backend_types.hpp"
#include "plssvm/backends/SYCL/implementation_type.hpp"
#include "plssvm/target_platforms.hpp"
#include <iosfwd>
#include <string>
Go to the source code of this file.
Classes | |
class | plssvm::detail::cmd::parser_predict |
Class for encapsulating all necessary parameters for prediction; normally provided through command line arguments. More... | |
Namespaces | |
plssvm | |
The main namespace containing all public API functions. | |
plssvm::detail | |
Namespace containing implementation details. Should not directly be used by users. | |
plssvm::detail::cmd | |
Namespace containing implementation details for the command line interface functionality. Should not directly be used by users. | |
Functions | |
std::ostream & | plssvm::detail::cmd::operator<< (std::ostream &out, const parser_predict ¶ms) |
Output all predict parameters encapsulated by params to the given output-stream out . More... | |
Implements a class encapsulating all necessary parameters for predicting using the C-SVM possibly provided through command line arguments.