mlpack
Public Member Functions | List of all members
mlpack::tree::AllDimensionSelect Class Reference

This dimension selection policy allows any dimension to be selected for splitting. More...

#include <all_dimension_select.hpp>

Public Member Functions

 AllDimensionSelect ()
 Construct the AllDimensionSelect object for the given number of dimensions.
 
size_t Begin ()
 Get the first dimension to select from.
 
size_t End () const
 Get the last dimension to select from.
 
size_t Next ()
 Get the next dimension.
 
size_t Dimensions () const
 Get the number of dimensions.
 
size_t & Dimensions ()
 Modify the number of dimensions.
 

Detailed Description

This dimension selection policy allows any dimension to be selected for splitting.


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