mlpack  3.0.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
AllDimensionSelect Class Reference

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

Public Member Functions

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

Detailed Description

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

Definition at line 22 of file all_dimension_select.hpp.

Constructor & Destructor Documentation

AllDimensionSelect ( const size_t  dimensions)
inline

Construct the AllDimensionSelect object for the given number of dimensions.

Definition at line 28 of file all_dimension_select.hpp.

Member Function Documentation

size_t Begin ( )
inline

Get the first dimension to select from.

Definition at line 33 of file all_dimension_select.hpp.

size_t End ( ) const
inline

Get the last dimension to select from.

Definition at line 42 of file all_dimension_select.hpp.

size_t Next ( )
inline

Get the next dimension.

Definition at line 47 of file all_dimension_select.hpp.


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