Displaying 1 result from an estimated 1 matches for "surei".
Did you mean:
sure
2003 May 25
1
LDA once again
hi there,
i have one more question about LDA. just to make surei understand,
suppose we have two classes, then if i specify a prior=c(.3,.7) in
lda(...) this will affect my between classes covariance matrix as in:
SB = (.3*m1 - .7*m2) %*% inv(Sigma) %*% t(.3*m1 - .7*m2)
[is Sigma affected ?] and the threshold to decide which class to assign
'test' da...