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

Go to the source code of this file.

Namespaces

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

Functions

pp::Projector ppforest2::test::as_projector (std::vector< types::Feature > v)
 Build a Projector from a std::vector<Feature> initializer.