ramhiser / sparsediscrim

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

Simultaneously diagonalize only once when applying Bhattacharyya #13

Closed ramhiser closed 9 years ago

ramhiser commented 11 years ago

Problem: Currently, we are calculating the simultaneous diagonalizer Q twice when applying the Bhattacharyya criterion for dimension reduction.

Solution: Refactor the code to calculate Q only once.