Solveeit Logo

Question

Data Science and Artificial Intelligence Question on Matrix

For any binary classification dataset, let SBRd×dS_B\in \R^{d\times d} and SWRd×dS_W\in \R^{d\times d} be the between-class and within-class scatter (covariance) matrices, respectively. The Fisher linear discriminant is defined by uRdu^* \in \R ^d, that maximizes
J(u)=uTSBuuTSWuJ(u)=\frac{u^TS_Bu}{u^TS_Wu}
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

SW1SBu=λuS_W^{-1}S_Bu^*=\lambda u^*

B

SWu=λSBuS_Wu^*=\lambda S_Bu^*

C

SBSWu=λuS_BS_Wu^*=\lambda u^*

D

uTu=λ2u^{*T}u^*=\lambda^2

Answer

SW1SBu=λuS_W^{-1}S_Bu^*=\lambda u^*

Explanation

Solution

The correct option is (A) : SW1SBu=λuS_W^{-1}S_Bu^*=\lambda u^*.