Linear Discriminant Function: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - "... " to " … ")
m (Text replacement - ". ----" to ". ----")
 
Line 1: Line 1:
<B>See:</B> [[Discriminant Function]], [[Linear Discriminant Analysis]].
<B>See:</B> [[Discriminant Function]], [[Linear Discriminant Analysis]].
----
----
----
----

Latest revision as of 18:52, 17 September 2021

See: Discriminant Function, Linear Discriminant Analysis.



References

2010

  • (Li, 2010a) ⇒ Jia Li. (2010). “Linear Discriminant Analysis." lecture notes - STAT557/IST557: Data Mining.
    • Define the linear discriminant function: [math]\displaystyle{ \delta_k(x) = x^T \Sigma^{-1} \mu_k - \frac{1}{2} \mu_k^T \Sigma^{-1} \mu_k + \log(\pi_k) }[/math]. … Then [math]\displaystyle{ \hat{G}(x) = \underset{k}{\operatorname{arg max} } \delta_k(x) }[/math]. The decision boundary between class [math]\displaystyle{ k }[/math] and [math]\displaystyle{ l }[/math] is: …