Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
3answers
1k views

Tag hierarchies and handling of

This is a real issue that applies on tagging items in general (and yes, this applies to StackOverflow too, and no, it is not a question about StackOverflow). The whole tagging issue helps cluster ...
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
78 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
1answer
175 views

How do I label the terminal nodes of a cut dendrogram?

I used the following code to cut the dendrogram at a particular height.The problem I'm having is that when I cut a dendrogram, I can't figure out how to add labels to the nodes.How can I cut a ...
3
votes
2answers
88 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 ...
1
vote
0answers
32 views

Simple Hierarchical Clustering Implementations for C#? [migrated]

I need a C# library that can do hierarchical single/complete link clustering. It's for a BSc final year project and I can't find any free implementations. I'd be happy to port a small(ish) Java ...
1
vote
1answer
130 views

How to get flat clustering corresponding to color clusters in the dendrogram created by scipy

Using the code posted here, I created a nice hierarchical clustering: Let's say the the dendrogram on the left was created by doing something like Y = sch.linkage(D, method='average') # D is a ...
1
vote
1answer
119 views

Map with more than 1 million markers, issue at high zoom level

Context: Google Map with 1 million markers (object with a lat/long) to display. We use Fluster 2 for clustering. For zoom level 11 to 21 (assuming there are 21 zoom levels and 21 is the closest to ...
0
votes
1answer
33 views

clusterdata Matlab function

I am using Matlab clusterdata function to classify my data (noise and non-noise) into 2 categories: noise and non-noise groups. The function works well except that sometimes it names all noise data as ...
0
votes
1answer
96 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 ...
0
votes
1answer
109 views

cluster analysis in r with multiple individuals

I apologize, I don't know how to use HTML or anything else really to get this to look "pretty". Particularly to make my example data useful for you all. I am just learning this as I go. I am trying ...
0
votes
1answer
354 views

How to use other clustering methods for clustergram in Matlab's bioinformatics toolbox

EDIT: I figured it out. Just did not understand notation. Hello, Hopefully someone out there is familiar with the clustergram in the bioinformatics toolbox. I am interested in the graphical aspects ...