DiscreteHilbertValue< TreeElemType > Class Template Reference

The DiscreteHilbertValue class stores Hilbert values for all of the points in a RectangleTree node, and calculates Hilbert values for new points. More...

Detailed Description


template
<
typename
TreeElemType
>

class mlpack::tree::DiscreteHilbertValue< TreeElemType >

The DiscreteHilbertValue class stores Hilbert values for all of the points in a RectangleTree node, and calculates Hilbert values for new points.

This implementation calculates the full discrete Hilbert value; for a d-dimensional vector filled with elements of size E, each Hilbert value will take dE space.

Definition at line 29 of file discrete_hilbert_value.hpp.


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