mlpack  2.0.1
Public Attributes | List of all members
mlpack::tree::XTreeSplit::sortStruct Class 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 60 of file x_tree_split.hpp.

Member Data Documentation

double mlpack::tree::XTreeSplit::sortStruct::d

Definition at line 63 of file x_tree_split.hpp.

Referenced by mlpack::tree::XTreeSplit::structComp().

int mlpack::tree::XTreeSplit::sortStruct::n

Definition at line 64 of file x_tree_split.hpp.


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