mlpack
|
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. | |
This dimension selection policy allows any dimension to be selected for splitting.