Skip to content
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

Open
sunjmmeishao opened this issue Jan 10, 2017 · 4 comments
Open

What's meaning about (aX aY) #55

sunjmmeishao opened this issue Jan 10, 2017 · 4 comments

Comments

@sunjmmeishao
Copy link

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)

@sunjmmeishao
Copy link
Author

@edouard Siegel

@Nooba
Copy link
Member

Nooba commented Jan 10, 2017

Hello sunjmmeishao,

I'm sorry I don't quite catch your meaning. Could you try and reformulate your question ?
Also, I have to say that I'm not the one behind the math of the PCA applied in this project, @PatrickNLT is. So I might not be able to help anyway.

Regards

@sunjmmeishao
Copy link
Author

sunjmmeishao commented Jan 11, 2017

Hello Nooba,
It is nothing.I am a beginner,so have many question.

I expect the split partition is a rectangle, but the principal vector is an oblique line.
thanks!

@PatrickNLT
Copy link

Hi @sunjmmeishao ,

Being able to split using an oblique line is an important feature of ADClusterMapView. It makes it a valuable alternative to traditional clustering libraries that often use a quad tree. If you want to learn more about the algorithm, you can have a look at the blog post describing the approach we used back then: https://applidium.com/en/news/too_many_pins_on_your_map/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants