cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
toolbox::metrics::MetricRegistry< T >::MetricInfo Struct Reference

#include <metric_factory.hpp>

Public Attributes

std::string name
 
std::string description
 
bool is_symmetric
 
bool has_squared_form
 
bool requires_positive_values
 

Member Data Documentation

◆ description

template<typename T >
std::string toolbox::metrics::MetricRegistry< T >::MetricInfo::description

◆ has_squared_form

template<typename T >
bool toolbox::metrics::MetricRegistry< T >::MetricInfo::has_squared_form

◆ is_symmetric

template<typename T >
bool toolbox::metrics::MetricRegistry< T >::MetricInfo::is_symmetric

◆ name

template<typename T >
std::string toolbox::metrics::MetricRegistry< T >::MetricInfo::name

◆ requires_positive_values

template<typename T >
bool toolbox::metrics::MetricRegistry< T >::MetricInfo::requires_positive_values

The documentation for this struct was generated from the following file: