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

Archimedean Spiral for CorpusClusterView/TextClusterView #60

Open
jarmoza opened this issue Jul 14, 2015 · 0 comments
Open

Archimedean Spiral for CorpusClusterView/TextClusterView #60

jarmoza opened this issue Jul 14, 2015 · 0 comments

Comments

@jarmoza
Copy link
Owner

jarmoza commented Jul 14, 2015

Since the distance from the average topic distributions of these views remains a 1-dimensional distance (as established by the Jensen-Shannon probability distribution distance calculation), one proposed visual of this is an Archimedean spiral, with topic bullseyes/rectangles emanating out from the center at their calculated Jensen-Shannon distance.

This not only solves the arbitrariness of the 2nd dimensional coordinate as calculated for the force-directed graph, but can also eliminate node overlap and confusion as to comparative distances of those nodes from the center of the graph/average topic distribution. This should also eliminate slowdown caused by the calculation of static, non-colliding positions of bullseyes/rectangles in the current force-directed graph.

An implementation of this spiral in D3 (albeit with equidistant points) can be seen here at the bottom of the page:

http://stackoverflow.com/questions/27596115/finding-x-y-coordinates-of-a-point-on-an-archimedean-spiral

Possible animation example (albeit a fibonacci spiral):

http://www.bytemuse.com/post/fibonacci-spiral/

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

No branches or pull requests

1 participant