Tagged Questions
6
votes
5answers
1k views
Distributed hierarchical clustering
Are there any algorithms that can help with hierarchical clustering?
Google's map-reduce has only an example of k-clustering. In case of hierarchical clustering, I'm not sure how it's possible to ...
4
votes
2answers
89 views
How to persist community information in a graph
I have some graph databases (friends networks, purchasing history, etc.) that I persist with Neo4j. I plan to analyze these with community detection algorithms such as Girvan Newman. These algorithms ...
3
votes
2answers
91 views
Hierarchical clusterization heuristics
I want to explore relations between data items in large array. Every data item represented by multidimensional vector. First of all, I've decided to use clusterization. I'm interested in finding ...
0
votes
1answer
105 views
Hierarchical clustering for bitsequences
This is a homework problem and I'm facing some difficulties to understand it. The home work question is
Cluster the following bitsequences using hierarchical clustering. If d(:,:) defines the
...