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

Build pre-filtered networks #109

Closed
greebie opened this issue Nov 3, 2017 · 4 comments
Closed

Build pre-filtered networks #109

greebie opened this issue Nov 3, 2017 · 4 comments
Assignees

Comments

@greebie
Copy link
Contributor

greebie commented Nov 3, 2017

Create a network output that includes sufficient analytic data to create attractive graphs in sigma.js.

@greebie
Copy link
Contributor Author

greebie commented Nov 3, 2017

Two approaches --

  1. collect data from AUT output and use Python libraries to calculate algorithms.
  2. create generic network output and form it as json.

@ianmilligan1
Copy link
Member

While we now output GEXF as of #137, we are still interested in creating "sufficient analytic data to create attractive graphs in sigma.js." Some thoughts from @greebie:

The sparksql api has some pretty good tools for basic analysis etc. that could help us form the networks out of the box (eg. have a preset network look without having to touch the Yifan Hu algorithms, filtering etc.)

@greebie greebie changed the title Create more detailed networks and output Gexf Build pre-filtered networks Dec 7, 2017
@greebie
Copy link
Contributor Author

greebie commented Dec 8, 2017

Re-named to remove references to GEXF, which is resolved.
What I would like to have here is some preset analytics to filter network graphs efficiently.

The goal is to have a nice attractive network out of the box and avoid the "Borg cube" in Gephi.

Looking at GraphStream and other scripts, the best we can do is O(n^2) which would not work for large networks. I could try to produce a script that checks for size first.

@ianmilligan1
Copy link
Member

This is being handled outside of AUT with borg-reducer

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

2 participants