PLSSVM - Parallel Least Squares Support Vector Machine
2.0.0
A Least Squares Support Vector Machine implementation using different backends.
|
Namespace containing versioning information. More...
Variables | |
constexpr std::string_view | name = "PLSSVM - Parallel Least Squares Support Vector Machine" |
The name of the library. More... | |
constexpr std::string_view | version = "2.0.0" |
The current version of the library in the form: "major.minor.patch". More... | |
constexpr int | major = 2 |
The current major version of the library. More... | |
constexpr int | minor = 0 |
The current minor version of the library. More... | |
constexpr int | patch = 0 |
The current patch version of the library. More... | |
Namespace containing versioning information.
|
constexpr |
The name of the library.
The value gets automatically set during the CMake
configuration step.
|
constexpr |
The current version of the library in the form: "major.minor.patch".
The value gets automatically set during the CMake
configuration step.
|
constexpr |
The current major version of the library.
The value gets automatically set during the CMake
configuration step.
|
constexpr |
The current minor version of the library.
The value gets automatically set during the CMake
configuration step.
|
constexpr |
The current patch version of the library.
The value gets automatically set during the CMake
configuration step.