
LDATree - Oblique Classification Trees with Uncorrelated Linear Discriminant Analysis Splits
A classification tree method that uses Uncorrelated Linear Discriminant Analysis (ULDA) for variable selection, split determination, and model fitting in terminal nodes. It automatically handles missing values and offers visualization tools. For more details, see Wang (2024) <doi:10.48550/arXiv.2410.23147>.
Last updated 4 months ago
5.54 score 7 stars 5 scripts 615 downloads
folda - Forward Stepwise Discriminant Analysis with Pillai's Trace
A novel forward stepwise discriminant analysis framework that integrates Pillai's trace with Uncorrelated Linear Discriminant Analysis (ULDA), providing an improvement over traditional stepwise LDA methods that rely on Wilks' Lambda. A stand-alone ULDA implementation is also provided, offering a more general solution than the one available in the 'MASS' package. It automatically handles missing values and provides visualization tools. For more details, see Wang (2024) <doi:10.48550/arXiv.2409.03136>.
Last updated 5 months ago
cpp
5.18 score 2 stars 1 dependents 6 scripts 602 downloads