Tapkee
VpTree< T, distance >::DistanceComparator Struct Reference

Public Member Functions

 DistanceComparator (const T &itemv)
 
bool operator() (const T &a, const T &b)
 

Public Attributes

const T & item
 

Detailed Description

template<typename T, ScalarType(*)(const T &, const T &) distance>
struct tsne::VpTree< T, distance >::DistanceComparator

Definition at line 174 of file external/barnes_hut_sne/vptree.hpp.

Constructor & Destructor Documentation

◆ DistanceComparator()

DistanceComparator ( const T &  itemv)

Definition at line 177 of file external/barnes_hut_sne/vptree.hpp.

Member Function Documentation

◆ operator()()

bool operator() ( const T &  a,
const T &  b 
)

Definition at line 178 of file external/barnes_hut_sne/vptree.hpp.

Member Data Documentation

◆ item

const T& item

Definition at line 176 of file external/barnes_hut_sne/vptree.hpp.


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