-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What's meaning about (aX aY) #55
Comments
@edouard Siegel |
Hello sunjmmeishao, I'm sorry I don't quite catch your meaning. Could you try and reformulate your question ? Regards |
Hello Nooba, I expect the split partition is a rectangle, but the principal vector is an oblique line. |
Hi @sunjmmeishao , Being able to split using an oblique line is an important feature of |
aX = cov(x_,y_)
aY = 0.5/n * ( ∑(x_^2) + ∑(y_^2) + sqrt( (∑(x_^2) + ∑(y_^2))^2 + 4 * cov(x_,y_)^2 ) )
What's meaning about (aX aY)
Look like The PCA is not say the principal vector is (aX aY)
The text was updated successfully, but these errors were encountered: