Hierarchical clustering is a clustering technique that generates clusters at multiple hierarchical levels, thereby generating a tree of clusters. Hierarchical clustering provides advantages to analysts with its visualization potential.
0
votes
1answer
24 views
Difference between Hierarchical and Non Hierarchical Clustering?
I am trying to see if the performance of both can be compared based on the objective functions they work on?
Hierarchical : Single Linkage, Complete Linkage and Average Linkage Algorithms
Non ...
0
votes
0answers
14 views
Hierarchical Cluster Analysis in Cluster 3.0
I'm new to this site as well as new to cluster analysis, so I apologize if I violate conventions.
I've been using Cluster 3.0 to perform Hierarchical Cluster Analysis with Euclidean Distance and ...
0
votes
0answers
21 views
'Complete linkage' clustering in VBA ? How to do that?
'Complete linkage' clustering in VBA ? How to do that ? It's really hard to handle array in a way I use matrices in R ot Matlab which I'm familiar with.
0
votes
2answers
106 views
Clustering Based On Distance Matrix
My objective is to cluster words based on how similar they are with respect to a corpus of text documents. I have computed Jaccard Similarity between every pair of words. In other words, I have a ...
0
votes
0answers
38 views
Preparation of categorical data for hierarchical clustering
I would like to use R to perform a hierarchical clustering of data that looks like this:
L1 L2 L3
W1 p pr r
W2 p NA r
which is supposed to mean that L2 shares feature W1 with ...
0
votes
1answer
64 views
postgresql: implementation of hierarchical tree
I have been struggling with marker-clustering problem with 1000+ markers (that should be put on a Google map). I am not very keen on rendering large JSON structures with all the markers, neither I am ...
0
votes
0answers
28 views
how to used F-measure for cluster validity? [migrated]
I have clustered over 4000 textual files, i want to check and evaluate clusters. Thus, i want to used F-measure (it mix of recall and precision). that mean when i calculated the precision and recall i ...
2
votes
1answer
79 views
hierarchical clustering default behavior in R?
when you do the following clustering in R:
> d <- dist(as.matrix(mtcars))
> hc <- hclust(d)
> plot(hc)
you get a tree with nodes that have unequal branch lengths. in ordinary ...
0
votes
1answer
33 views
Heuristics to find “surprising” mutual friends
I have the undirected friends graph of my Facebook friends, G i.e. G[i][j] = G[j][i] = true iff my friend i and friend j are friends with each other. I want to find "surprising" mutual friends i.e. ...
0
votes
0answers
85 views
how to modify centroid-based linkage approaches for agglomerative clustering in MATLAB
I want to modify the centroid based approach of linkage function of MATLAB. I want the centroid to be computed differently and also to not use the euclidean distance between these centroids.
All ...
0
votes
1answer
48 views
Clustering data after linkage algorithm
I am not an expert in statistics and data analysis, hence I can't understand if the behavior which I obtain is correct or not. I am here looking for your help.
Assume I have these samples which I ...
0
votes
1answer
107 views
hierarchical clustering using flann in opencv
I'm trying to use a method hierarchicalClustering from opencv 2.4.2.
It work without error, but the problem is, that I don't undertstand the parametrs it accepts eg. branching...
And i think it ...
0
votes
0answers
53 views
D3.js Phylogram and Figue.js
I would like convert the return array from library Figue for D3 Phylogram.I build this function, but no work:
function convert(input, rootName) {
// top level
if ...
0
votes
0answers
75 views
Mixed clustering (Kmeans + Hierarchical) in Weka?
is it possible to do mixed clustering in Weka Knowledge Flow ? so we can redirect the output of K-means algorithm to the input of the hierarchical clustering ?
Thanks.
0
votes
0answers
95 views
Creating a hierarchical divisive clustering algorithm
It works( or should work) like this. The main "Divisive" class reads a file using the Read class and sets it as a linked list Table (Reading works, no problem there). Then one cluster is created, ...
0
votes
0answers
32 views
Converting data from library figue to D3 Phylogram
I would like convert the return array from library Figue for D3 Phylogram. I build this function, but no work:
function convert(input, rootName) {
// top level
if ...
3
votes
1answer
80 views
A hierarchical clustering in php or javascript
I'm currently working on a project in bioinformatics where drugs will be analyzed and results should be grouped according to similarity patterns.
For this, I use algorithms such as Euclidean distance ...
0
votes
0answers
45 views
Please help me to understand the output of scipy.cluster.hierarchy.single()
I have applied this clustering on my dataset and i cannot understand the output. can somebody explain it, please. Here is an example:
Input is a condensed distance matrix:
>>> ...
0
votes
1answer
100 views
How to differentiate inner and leaf (final) nodes in a D3 dendogram
I used D3.js to generate a dendogram where the user will see the results of a clutering. However, to keep the display clean, I would like the parent nodes to be kept as simple as possible (no text, no ...
0
votes
0answers
61 views
what does the numbers mean in Weka Hierarchical Cluster's result?
After hierarchical cluster, the result looks like it(i just have one cluster):
Cluster 0
...
-2
votes
1answer
142 views
How to generate a plot of residuals versus predictor variable for a mixed model? [closed]
My mixed model is as follows:
model <- lme(Cost~1+Units, random=~1+Units|Factory, method="ML", data=A)
I was told to apply the code below to plot residuals versus fitted values and it worked:
...
2
votes
1answer
131 views
Convert Clusterfck array to JavaScript InfoVis Toolkit json hierarchical
Currently I am using the javascript library Clusterfck to perform a data grouping. This library generates an array in the following format:
[
{"canonical":[20,120,102],
"size":1
},
...
0
votes
2answers
297 views
how to create a heatmap with a fixed external hierarchical cluster
I have a matrix data, and want to visualize it with heatmap. The rows are species, so I want visualize the phylogenetic tree aside the rows and reorder the rows of the heatmap according the tree. I ...
0
votes
1answer
30 views
How to cluster mail subject lines to mail threads?
If I only have the subject lines of mails (no other headers) is there a good algorithm (or package) to cluster them into a set of "related messages"?
A mail with the subject
Our travel plans
is ...
1
vote
0answers
21 views
Understanding Partition density of partitioned network
i am implementing Link Communities community detection algorithm. I have trouble understanding explanation of partition density described in the paper
Here is only the part defining partition ...
0
votes
0answers
30 views
Finding variable r2 for Clusters in R [duplicate]
I am trying to cluster a set of data using K-means in R. When I am trying to validate my results I am unable to find a suitable criterion to do that.
In SAS we have variable R square, overall square ...
0
votes
1answer
159 views
Scipy dendrogram leaf label colours
Is it possible to assign colours to leaf labels of dendrogram plots from Scipy? I can't figure it out from the documentation. Here's what I've tried so far:
from scipy.spatial.distance import pdist, ...
1
vote
2answers
71 views
clustering data without input parameters
This is more of a theoretical question:
do you know any clustering algorithm (flat or hierarchical) which does not require any input parameters, like the number of clusters or size of the ...
0
votes
0answers
87 views
R FactoMineR: Return cluster membership
I have produced an HCPC object and would like to return a list of the observations and which clusters they have fallen into. I can't find a command to do this; does anyone know?
FYI, here is my ...
0
votes
0answers
83 views
Redraw hovered circle on top of other circles in D3.js
I have a cluster dendogram written in D3.js. For every leaf node (the childless nodes), the circle expands on mouseover. I want the circle that is being hovered on to be "put on top" of the other ...
0
votes
0answers
172 views
Is my D3.js cluster dendogram code efficient?
I'm writing a slight variation of this Cluster Dendogram in D3 by Mike Bostock. However, I want to add some additional interactivity. I'm trying to make the childless nodes, farthest to the right, to ...
0
votes
0answers
52 views
How to Link ticks for the hierarchy dendragram in python?
I have a plot from hierarchy clustering, the x ticks is the observation index after the clustering.
How can I added the label so that i can link the original observation name linked to the index ...
0
votes
1answer
113 views
How do I correlate my original data with clustered data
I have a distance matrix presents the distance matrix for pairwise elements
such as
A B C D .....
A n1 n2 n3
B n1
C n2 n4
D n3 n5 .......
E.........
i input the array like for ...
0
votes
0answers
35 views
Resolution of Anaphora Procedure (RAP) ERROR
i want to do the name co-reference (named resolution)
I have download your TOOL that is available in you website Resolution of Anaphora Procedure (RAP) ...
2
votes
1answer
143 views
How to display separate disconnected trees in MATLAB when doing hierarchical clustering and producing dendrograms?
I am working with MATLAB, and I have an adjacency matrix:
mat =
0 1 0 0 0 0
1 0 0 0 1 0
0 0 0 1 0 0
0 0 1 0 0 1
0 ...
0
votes
2answers
99 views
Clustering Genres of Movies
I am a beginner in the field of data mining and want to cluster my movie data set for finding Genres group. I have 26 different genres for 86 movies in my data set. I would like to employ clustering ...
1
vote
1answer
167 views
Sparse clustering using the sparcl package in R
I am using the sparcl package written by Witten and Tibshirani based on their paper:
Witten DM and R Tibshirani (2010) A framework for feature selection in clustering. Journal of the American ...
1
vote
0answers
117 views
Why hierarchical clustering can not see numeric attributes?
I'm toying with Java, Weka and IP addresses. Now I'm trying to do hierarchical clustering with dataset: source and destination IPv4 (converted to decimal) and protocol - all received from Wireshark ...
1
vote
1answer
120 views
Microarray hierarchical clustering and PCA with python
I'm trying to analyze microarray data using hierarchical clustering of the microarray columns (results from the individual microarray replicates) and PCA.
I'm new to python. I have python 2.7.3, ...
7
votes
2answers
477 views
bootstrapping hierarchical/multilevel data (resampling clusters)
I am producing a script for creating bootstrap samples from the cats dataset (from the -MASS- package).
Following the Davidson and Hinkley textbook [1] I ran a simple linear regression and adopted a ...
1
vote
1answer
948 views
How do I convert text files to .arff format(weka)
Please advise me How do I convert text files to .arff format(weka)
because i wan to do data clustering for 1000 txt file.
regards
3
votes
1answer
148 views
Are there any good hierarchical clustering packages in python which take distance matrix?
I have a distance matrix composed of pair-wise levenshtein's distance. I was using scikits-learn. But hierarchical clustering algorithm doesn't take distance matrix as input for clustering. SO I have ...
1
vote
1answer
142 views
pvclust on hclust generated dendrogram
I am interested in using the pvclust R package to determine significance of clusters that I have generated using the regular hierarchical clustering hclust function in R. I have a datamatrix that ...
-1
votes
2answers
72 views
What is the most efficient algorithm to solving spacial coverage? [closed]
Easy to explain in 1 dimension:
Suppose I have a set of points distributed along the line, thus:
o o oo oo oo oo o o o o ooo o oooo oo o o ooooooooooo
What is ...
0
votes
0answers
176 views
Online Clustering and classification in MAHOUT
I have a very simple feature matrix, having a bunch of users with a set of binary items.
The goal is to have an unsupervised clustering scheme to cluster the users, then train a classifier, having the ...
0
votes
0answers
49 views
how to add/replace a subtree to a specific node in a dendrogram in R
I am trying to add/replace a subtree somewhere in a dendrogram. What happens is that inside the merging function, once we get to a node that has only two members, we lose the information to the rest ...
2
votes
1answer
250 views
How to label each node in a dendrogram based on label for the children using R
I have a dendrogram in R where each leaf has a value. I like to define each node's value by summing the value of its children. I am familiar with dendrapply, however I don't know how to access a ...
0
votes
0answers
73 views
R error while trying to extract labels of the dendrogram
I did hierarchical clustering on a genetic dataset (around 27000 genes). I saved the output as a dendrogram object and I need to extract the labels of this dendrogram. R gives me the following error:
...
0
votes
0answers
34 views
Implementations of GRGPF Clustering algorithm
I am looking for source that implements the Clustering algorithm found in Ganti et.al. "Clustering Large Datasets in Arbitrary Metric Spaces." IN particular, I have a large data problem that I seek ...
0
votes
3answers
107 views
Antipole Clustering
I made a photo mosaic script (PHP). This script has one picture and changes it to a photo buildup of little pictures. From a distance it looks like the real picture, when you move closer you see it ...

