SLU-TMI / TextMining.jl

Other
24 stars 7 forks source link

Fix Clusters so that they are allowed to contain Clusters #81

Closed drawkward closed 9 years ago

drawkward commented 9 years ago

When describing what was desired for hclust, it was noted that the end result would be a cluster of clusters (which could be unwrapped like a tree). However, the Cluster type only accepts FeatureVector types as values. We need to be able to cluster together one or more clusters in order for hclust to return the desired result.

mtabor150 commented 9 years ago

It shouldn't be a cluster of clusters, it should be a binary tree where every leaf is a feature vector and the nodes are the centroids or other method of distance between the subtrees.

Kevin-Damazyn commented 9 years ago

It should return something like this Note: the picture is huge! zoom out or scroll to the left until you see color. :)

mtabor150 commented 9 years ago

Here is the link to Dr. Scannell's blog-post about that image.