mlpack  2.0.1
Public Attributes | List of all members
mlpack::tree::RStarTreeSplit::SortStruct Struct Reference

Class to allow for faster sorting. More...

Public Attributes

double d
 
int n
 

Detailed Description

Class to allow for faster sorting.

Definition at line 50 of file r_star_tree_split.hpp.

Member Data Documentation

◆ d

double mlpack::tree::RStarTreeSplit::SortStruct::d

Definition at line 52 of file r_star_tree_split.hpp.

Referenced by mlpack::tree::RStarTreeSplit::StructComp().

◆ n

int mlpack::tree::RStarTreeSplit::SortStruct::n

Definition at line 53 of file r_star_tree_split.hpp.


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