Last active
August 29, 2015 14:07
-
-
Save scogle/15c1da0f631129da64a7 to your computer and use it in GitHub Desktop.
An example of the "flare" structure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "flare", | |
"children": [ | |
{ | |
"name": "analytics", | |
"children": [ | |
{ | |
"name": "cluster", | |
"children": [ | |
{ "name": "AgglomerativeCluster", "size": 3938 }, | |
{ "name": "CommunityStructure", "size": 3812 }, | |
{ "name": "HierarchicalCluster", "size": 6714 }, | |
{ "name": "MergeEdge", "size": 743 } | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment