![]() |
PLSSVM - Parallel Least Squares Support Vector Machine
2.0.0
A Least Squares Support Vector Machine implementation using different backends.
|
Hashing struct specialization in the std
namespace for a default_value.
More...
#include <default_value.hpp>
Public Member Functions | |
std::size_t | operator() (const plssvm::default_value< T > &val) const noexcept |
Overload the function call operator for a default_value. More... | |
Hashing struct specialization in the std
namespace for a default_value.
Necessary to be able to use a default_value, e.g., in a std::unordered_map
.
|
inlinenoexcept |
Overload the function call operator for a default_value.
Hashes the currently active value of val
using its default hash function.
[in] | val | the default_value to hash |
val