|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
#include "utils/Types.hpp"Go to the source code of this file.
Namespaces | |
| namespace | ppforest2 |
| namespace | ppforest2::pp |
| Projection pursuit strategies. | |
Typedefs | |
| using | ppforest2::pp::Projector = types::FeatureVector |
| Column vector of projection coefficients (one per variable). | |
Functions | |
| Projector | ppforest2::pp::normalize (Projector const &projector) |
| Normalize a projector to unit length. | |