mlpack  2.0.1
Static Public Attributes | List of all members
mlpack::bound::BoundTraits< BallBound< VecType, TMetricType > > Struct Template Reference

A specialization of BoundTraits for this bound type. More...

Static Public Attributes

static const bool HasTightBounds = false
 These bounds are potentially loose in some dimensions. More...
 

Detailed Description

template<typename VecType, typename TMetricType>
struct mlpack::bound::BoundTraits< BallBound< VecType, TMetricType > >

A specialization of BoundTraits for this bound type.

Definition at line 197 of file ballbound.hpp.

Member Data Documentation

◆ HasTightBounds

template<typename VecType , typename TMetricType >
const bool mlpack::bound::BoundTraits< BallBound< VecType, TMetricType > >::HasTightBounds = false
static

These bounds are potentially loose in some dimensions.

Definition at line 200 of file ballbound.hpp.


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