ramhiser / sparsediscrim

Sparse and Regularized Discriminant Analysis in R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add generic 'plot' function for SimDiag

ramhiser opened this issue · comments

Plot the Bhattacharyya/Mahalanobis distances of transformed features from the code used to generate the figures in the published paper.

Provide the following plots:

  • Cumulative proportion of distances
  • Sorted distances (for elbow criterion)
  • Vertical bars to display distances by transformed features
  • 2D scatterplot of the projected data into the two most informative features

Should all of these plots be generated like the diagnostic plots from lm, or should the user specify them?