Question
Data Science and Artificial Intelligence Question on Matrix
For any binary classification dataset, let SB∈Rd×d and SW∈Rd×d be the between-class and within-class scatter (covariance) matrices, respectively. The Fisher linear discriminant is defined by u∗∈Rd, that maximizes
J(u)=uTSWuuTSBu
If λ = J(u*), SW is non-singular and SB ≠ 0, then (u*, λ) must satisfy which ONE of the following equations ?
Note : R denotes the set of real numbers.
A
SW−1SBu∗=λu∗
B
SWu∗=λSBu∗
C
SBSWu∗=λu∗
D
u∗Tu∗=λ2
Answer
SW−1SBu∗=λu∗
Explanation
Solution
The correct option is (A) : SW−1SBu∗=λu∗.