ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
Projector.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "utils/Types.hpp"
4namespace ppforest2::pp {
7
14 Projector normalize(Projector const& projector);
15}
Projection pursuit strategies.
Definition PPPDAStrategy.hpp:8
types::FeatureVector Projector
Column vector of projection coefficients (one per variable).
Definition Projector.hpp:6
Projector normalize(Projector const &projector)
Normalize a projector to unit length.
Eigen::Matrix< Feature, Eigen::Dynamic, 1 > FeatureVector
Dynamic-size column vector of feature values.
Definition Types.hpp:26