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

implement ForceAtlas2 #2

Open
swapnil-rapidops opened this issue Nov 21, 2014 · 2 comments
Open

implement ForceAtlas2 #2

swapnil-rapidops opened this issue Nov 21, 2014 · 2 comments

Comments

@swapnil-rapidops
Copy link

Hi anvaka,
current I am using this forcelayout, but i want to implement forceAtlas2 (force directed layout 2) can you guide me how i can implement it on ngraph or from where i can start to implement it.

waiting for the reply asap. thanks in advance

@anvaka
Copy link
Owner

anvaka commented Nov 21, 2014

Hi @ShahSwapnil

You can go ahead and create an npm package which implements it. I don't think it was ever published to npm.

Out of curiosity, why you don't like algorithm implemented here?

@swapnil-rapidops
Copy link
Author

Hi anvaka,
i gone through this forcelayout and it doesn't meet my requirement, i want group formation layout and edges should not overlap, currently in forcelayout, if i tried to load data with 7000 nodes and 5000 edges, edges get overlapped with each other and also i am not able to see by nodes in group according to color's and if i tried to load same data in gephi with forceAtlas2 layout, edges is less overlapped and nodes are shown in groups, because forceAtlas2 uses degree-dependent repulsive force and Barnes Hut simulation.
here is the paper which explain me forceAtlas2
http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0098679

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

2 participants