12 #ifndef MLPACK_METHODS_DECISION_TREE_ALL_DIMENSION_SELECT_HPP 13 #define MLPACK_METHODS_DECISION_TREE_ALL_DIMENSION_SELECT_HPP 42 size_t End()
const {
return dimensions; }
47 size_t Next() {
return ++i; }
size_t & Dimensions()
Modify the number of dimensions.
Linear algebra utility functions, generally performed on matrices or vectors.
size_t Dimensions() const
Get the number of dimensions.
size_t End() const
Get the last dimension to select from.
AllDimensionSelect()
Construct the AllDimensionSelect object for the given number of dimensions.
size_t Begin()
Get the first dimension to select from.
This dimension selection policy allows any dimension to be selected for splitting.
size_t Next()
Get the next dimension.