|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
#include "stats/Stats.hpp"#include "utils/Types.hpp"#include "utils/Map.hpp"#include "utils/Invariant.hpp"#include <map>#include <optional>#include <set>#include <vector>#include <Eigen/Dense>Go to the source code of this file.
Classes | |
| class | ppforest2::stats::GroupPartition |
| Contiguous-block representation of grouped observations. More... | |
Namespaces | |
| namespace | ppforest2 |
| namespace | ppforest2::stats |
| Statistical infrastructure for training and evaluation. | |