✏️ Definition
RDA(Regularized Discriminant Analysis) is the combinational model between LDA and QDA.
Σ^k(α)=αΣ^k+(1−α)Σ^,α∈[0,1] Vector internal division. This is most common in combinational model. Σ^is a pooled covariance matrix from LDA. If we replace Σ^as Σ^(γ), this also can be changed into Σ^(α,γ). For generalization, parameter is just added.
Σ^(γ)=γΣ^+(1−γ)σ^2I,γ∈[0,1] σ^2I also can be changed into diag(Σ^),Σ^/p,...