ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
Bagged.hpp File Reference
#include "utils/Types.hpp"
#include <Eigen/Dense>
#include <cstdint>
#include <memory>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

struct  ppforest2::Bagged< M >
 Bootstrap-aggregated model wrapper. More...
 

Namespaces

namespace  ppforest2
 Binarization strategies for multiclass-to-binary reduction.
 

Functions

template<typename M, typename F>
void ppforest2::for_each_bag_with_oob (std::vector< std::unique_ptr< Bagged< M > > > const &bags, int n_total, F fn)
 Apply fn to every bag in bags that has usable OOB rows.