PLSSVM - Parallel Least Squares Support Vector Machine  2.0.0
A Least Squares Support Vector Machine implementation using different backends.
Variables
plssvm::version Namespace Reference

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...
 

Detailed Description

Namespace containing versioning information.

Variable Documentation

◆ name

constexpr std::string_view plssvm::version::name = "PLSSVM - Parallel Least Squares Support Vector Machine"
constexpr

The name of the library.

The value gets automatically set during the CMake configuration step.

◆ version

constexpr std::string_view plssvm::version::version = "2.0.0"
constexpr

The current version of the library in the form: "major.minor.patch".

The value gets automatically set during the CMake configuration step.

◆ major

constexpr int plssvm::version::major = 2
constexpr

The current major version of the library.

The value gets automatically set during the CMake configuration step.

◆ minor

constexpr int plssvm::version::minor = 0
constexpr

The current minor version of the library.

The value gets automatically set during the CMake configuration step.

◆ patch

constexpr int plssvm::version::patch = 0
constexpr

The current patch version of the library.

The value gets automatically set during the CMake configuration step.