Last active
May 13, 2016 14:52
-
-
Save Quixomatic/4cc96a44bca4fb81ce963ceaada89569 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
}] | |
}, { | |
"name": "graph", | |
"children": [{ | |
"name": "BetweennessCentrality", | |
"size": 3534 | |
}, { | |
"name": "LinkDistance", | |
"size": 5731 | |
}, { | |
"name": "MaxFlowMinCut", | |
"size": 7840 | |
}, { | |
"name": "ShortestPaths", | |
"size": 5914 | |
}, { | |
"name": "SpanningTree", | |
"size": 3416 | |
}] | |
}, { | |
"name": "optimization", | |
"children": [{ | |
"name": "AspectRatioBanker", | |
"size": 7074 | |
}] | |
}] | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment