ramhiser / sparsediscrim

Sparse and Regularized Discriminant Analysis in R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simultaneously diagonalize only once when applying Bhattacharyya

ramhiser opened this issue · comments

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.