Data structure holding the index and a pointer to a training point. More...
#include <shark/Models/Trees/BinaryTree.h>
Public Attributes | |
| std::size_t | index |
| const InputT * | point |
Data structure holding the index and a pointer to a training point.
Definition at line 349 of file BinaryTree.h.
| std::size_t shark::BinaryTree< InputT >::IndexedPoint::index |
Definition at line 351 of file BinaryTree.h.
Referenced by shark::BinaryTree< PointType >::index().
| const InputT* shark::BinaryTree< InputT >::IndexedPoint::point |
Definition at line 352 of file BinaryTree.h.
Referenced by shark::BinaryTree< PointType >::point().