ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
RangeVector.hpp File Reference
#include <cstddef>
#include <numeric>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  ppforest2
 Binarization strategies for multiclass-to-binary reduction.
 
namespace  ppforest2::utils
 Utility functions for std::map manipulation.
 

Functions

template<typename Size>
std::vector< int > ppforest2::utils::range_vector (Size n)
 Build the sequence [0, 1, ..., n - 1] as std::vector<int>.