ramhiser / sparsediscrim

Sparse and Regularized Discriminant Analysis in R
Other
15 stars 5 forks source link

Refactor Tong et al.'s shrunken mean classifier #21

Closed ramhiser closed 10 years ago

ramhiser commented 11 years ago

Right now, this classifier is constructed via dlda and dqda by setting the est_mean. This argument should be removed, and Tong's classifier should be its own method.

  1. Create smdlda
  2. Create smdqda
ramhiser commented 10 years ago

Fixed in 6e783bd781977491a2523dc2b5825639df848dff and d5a2f24c622c512349e9157d8d6d6112c4a36b99.