shark::BinaryTree< InputT >::IndexedPoint Struct Reference

Data structure holding the index and a pointer to a training point. More...

#include <shark/Models/Trees/BinaryTree.h>

List of all members.

Public Attributes

std::size_t index
const InputT * point

Detailed Description

template<class InputT>
struct shark::BinaryTree< InputT >::IndexedPoint

Data structure holding the index and a pointer to a training point.

Definition at line 349 of file BinaryTree.h.


Member Data Documentation

template<class InputT>
std::size_t shark::BinaryTree< InputT >::IndexedPoint::index

Definition at line 351 of file BinaryTree.h.

Referenced by shark::BinaryTree< PointType >::index().

template<class InputT>
const InputT* shark::BinaryTree< InputT >::IndexedPoint::point

Definition at line 352 of file BinaryTree.h.

Referenced by shark::BinaryTree< PointType >::point().


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