mlpack
mlpack::tree::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...

#include <discrete_hilbert_value.hpp>

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.


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