cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
toolbox::metrics::WeightedMetric< BaseMetric > Member List

This is the complete list of members for toolbox::metrics::WeightedMetric< BaseMetric >, including all inherited members.

base_metric_type typedeftoolbox::metrics::WeightedMetric< BaseMetric >
distance(const BaseMetric::element_type *a, const BaseMetric::element_type *b, std::size_t size) consttoolbox::metrics::base_metric_t< WeightedMetric< BaseMetric >, BaseMetric::element_type >inline
distance(const Container &a, const Container &b) consttoolbox::metrics::base_metric_t< WeightedMetric< BaseMetric >, BaseMetric::element_type >inline
distance_impl(const element_type *a, const element_type *b, std::size_t size) consttoolbox::metrics::WeightedMetric< BaseMetric >inline
element_type typedeftoolbox::metrics::WeightedMetric< BaseMetric >
result_type typedeftoolbox::metrics::base_metric_t< WeightedMetric< BaseMetric >, BaseMetric::element_type >
squared_distance(const BaseMetric::element_type *a, const BaseMetric::element_type *b, std::size_t size) consttoolbox::metrics::base_metric_t< WeightedMetric< BaseMetric >, BaseMetric::element_type >inline
squared_distance(const Container &a, const Container &b) consttoolbox::metrics::base_metric_t< WeightedMetric< BaseMetric >, BaseMetric::element_type >inline
squared_distance_impl(const element_type *a, const element_type *b, std::size_t size) consttoolbox::metrics::WeightedMetric< BaseMetric >inline
WeightedMetric(BaseMetric base_metric, const std::vector< element_type > &weights)toolbox::metrics::WeightedMetric< BaseMetric >inline