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

Adding auto-generated explanation of data #67

Open
kallewesterling opened this issue Jun 4, 2021 · 0 comments
Open

Adding auto-generated explanation of data #67

kallewesterling opened this issue Jun 4, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request network-app
Milestone

Comments

@kallewesterling
Copy link
Owner

Old notes:

        color = three different categories of nodes (if you click them, they will turn red)
            if stickyNodes is on: if you drag the nodes, they will stick in the place where you've dragged them. If you don't desire this feature, just click here, and it will be removed and reset.

            minDegree = .........
            but if current degree is different = .........

        size of nodes: ("node size from current graph" is clicked) the nodes are scaled in relation to the other nodes on the chart. currentDegree is used instead of degree.

        If you click each node, you will see the centrality measures. Those are counted (and described here at 1000x) across the entire network, and are not generated dynamically, depending on the graph that you see in front of you.
            - betweenness
            - closeness
            - degree
            - eigenvector

        What about the placement of the nodes? This is taken care of by the "force simulation" [TODO: read this https://medium.com/@sxywu/understanding-the-force-ef1237017d5]
@kallewesterling kallewesterling added the enhancement New feature or request label Jun 4, 2021
@kallewesterling kallewesterling added this to the v2.0 milestone Jun 4, 2021
@kallewesterling kallewesterling self-assigned this Jun 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request network-app
Projects
None yet
Development

No branches or pull requests

1 participant