Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions datavis/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Visualization of data relationship Networks for DataBridge

This network shows the data-to-data relationship in Harris surveys extracted from Odum Institute Dataverse Network at UNC-Chapel Hill. A categorical data similarity measurement algorithm was used to extract a similarity adjancey matrix that was then used to create this data-to-data relationship graph. Each node represents a Harris survey data record; each edge links the pair of nodes based on their similarity measurement --- the darker the edge, the more similar the linked nodes.


Select network data

in URL

websiteURL?data=DbFNNetwork-v2

or in the drop down selection form


Select Representative Nodes in each cluster

the first node; the max value node; the connection max node(threshold = 0.5)


Filter connectivity by similarity value between nodes


Left Click the node to show the subclusters

Right Click the node to find the resources or go back to the former level of clustering
Loading