ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
ppforest2::pp Namespace Reference

Classes

class  PDA
 Penalized Discriminant Analysis projection pursuit strategy. More...
 
class  ProjectionPursuit
 Abstract strategy for projection pursuit optimization. More...
 

Typedefs

using Projector = types::FeatureVector
 Column vector of projection coefficients (one per variable).
 

Functions

Projector normalize (Projector const &projector)
 Normalize a projector to unit length.
 
ProjectionPursuit::Ptr pda (float lambda)
 Factory function for a PDA projection pursuit strategy.
 

Typedef Documentation

◆ Projector

Column vector of projection coefficients (one per variable).

Function Documentation

◆ normalize()

Projector ppforest2::pp::normalize ( Projector const & projector)

Normalize a projector to unit length.

Parameters
projectorInput projector (p).
Returns
Normalized projector with L2 norm = 1.

◆ pda()

ProjectionPursuit::Ptr ppforest2::pp::pda ( float lambda)

Factory function for a PDA projection pursuit strategy.