Closed ramhiser closed 9 years ago
Problem: Currently, we are calculating the simultaneous diagonalizer Q twice when applying the Bhattacharyya criterion for dimension reduction.
Q
Solution: Refactor the code to calculate Q only once.
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.