mlpack 3.4.2
Public Member Functions | List of all members
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. More...
 
size_t Begin ()
 Get the first dimension to select from. More...
 
size_t & Dimensions ()
 Modify the number of dimensions. More...
 
size_t Dimensions () const
 Get the number of dimensions. 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()

AllDimensionSelect ( )
inline

Construct the AllDimensionSelect object for the given number of dimensions.

Definition at line 28 of file all_dimension_select.hpp.

Member Function Documentation

◆ Begin()

size_t Begin ( )
inline

Get the first dimension to select from.

Definition at line 33 of file all_dimension_select.hpp.

◆ Dimensions() [1/2]

size_t & Dimensions ( )
inline

Modify the number of dimensions.

Definition at line 52 of file all_dimension_select.hpp.

◆ Dimensions() [2/2]

size_t Dimensions ( ) const
inline

Get the number of dimensions.

Definition at line 50 of file all_dimension_select.hpp.

◆ End()

size_t End ( ) const
inline

Get the last dimension to select from.

Definition at line 42 of file all_dimension_select.hpp.

◆ Next()

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: