search for: hclus

Displaying 7 results from an estimated 7 matches for "hclus".

Did you mean: hclust
2019 Jan 13
2
Cómo replicar unos clusters según sistema anterior.
...hicieron/hacen unos clusters (plot.clus.dis.df). Todo esto usando un programa on line al que no tengo acceso para ver cómo hace los cálculos. Yo tengo los datos, y el programa también me da la matriz de distancias. Quiero, además, tener los clusters (no el dibujo, si no el elemento: elemento <- hclus(dis.df)) Pero el elemento que yo genero con hclus(dis.df, methd = c(ward.D, ward.D2) genera agrupamientos que no coinciden con los que me devuelve en el plot. No sé si lo que yo quiero hacer es 'replicar' o solamente 'repetir'. Que es como lo diría en casa. Tengo entendido que en a...
2004 Sep 10
1
swiss.x
Is the swiss data set in R the same as S dataset swiss.x . I was trying out some clustering by doing the following that I got from Venables and Ripley's book. h<-hclus(dist(swiss.x), method= "connected") plclust(h) cutree(h,3) plclust(clorder(h,cutree(h,3))) I tried swiss instead of swiss.x, it doesnot seem happy. Thanks ../Murli
2011 Apr 01
2
hc2Newick is different than th hclust dendrogram
Hi R helpers... I am having troubles because of the discrepancy between the dendrogram plotted from hclust and what is wrote in the hc2Newick file. I've got a matrix C: > hc <- hclust(dist(C)) > plot(hc) with the: > write(hc2Newick(hc),file='test.newick') both things draw completely different "trees"... I have also tried with the raw distance matrix D and also t...
2012 Dec 06
1
tool for cluster analysis
I have Windows XP Professional Version 2002 and the R-Version 2.1.1. I did cluster analysis with the cluster package and the agnes (method = ?ward?). The results are satisfactory. But the dendrogram of agnes is confused to work with the results. Is there a tool, I can get a clear arrangement of the results for the cluster analysis. For example a matrix with different numbers for each group.
2010 Apr 23
0
HAC and Kmean
Hi there, is it possible in r to use the Initial partition established by using the HAC partition with the kmean clustering? E.g. perform the HCA, write the cluster affiliation in a seperate column > DF$hclus.label <- assignCluster(model.matrix(~-1 + A15 + B12 + C70 + E14 + + H61 + N56 + P48 + T69 + W32 + Y43, DF), DF, cutree(HClust.1, k = 3) -> use this as initial partition in the Kmeans I have checked several tuts and formums and could not find a workaround. Thanks for your help Anthony...
2019 Jan 12
4
Cómo replicar unos clusters según sistema anterior.
...eb construida hace ya unos años. Supongo que fue publicada en el 2012, por lo que estará construida en el 11, 10 o antes). Esta web me devuelve unas agrupaciones (el gráfico) o me permite a mí bajar la matriz de distancias. Bajé la matriz de distancias y pretendí replicar los resultados > plot(hclust(matriz.bajada, method = 'ward.D2') pero no se replicó, sino que salieron otros clusters. También probé con ward.D. No consigo los resultados de la web. La matriz de datos, insisto, es la que usa la web en custión. Por lo que no debería ser tan difícil replicar los resultados. Tengo enten...
2010 Oct 25
4
Gráficos en power point
Hola a todos. Quería saber si conocéis alguna librería que haga esto: SPSS permite enlazarse con PowerPoint de manera que si quiero modificar un gráfico del ppt, con solo pinchar en el gráfico me aparece los datos del spss y al modificar estos cambia la gráfica directamente sin tener que hacer la gráfica de nuevo. Hay algo parecido en R???? Saludos José Miguel Contreras [[alternative