search for: ward

Displaying 20 results from an estimated 526 matches for "ward".

Did you mean: card
2012 Sep 30
2
modified Ward method
Dear useRs,Is there a command or package in R to do heirarchical clustering by "modified ward method"??regardseliza [[alternative HTML version deleted]]
2019 Jan 12
4
Cómo replicar unos clusters según sistema anterior.
Buenas noches; vengo con una consulta, que no se si es fácilmente resoluble o necesito saber más para entender porqué no tengo que hacer lo que me propongo. Tengo una matriz de distancias y unos clusters según metodo "ward" que me los da una web 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...
2016 Sep 09
1
Phantom DNS records visible with dig, but not samba-tool dns
We appear to have some phantom DNS records on both our domain controllers. We can see the records using "dig", but not with samba-tool. We can't remove the records either. (v-ward and v-fief are the DCs, Hawaii and Alaska are old DCs which were demoted without errors, I'm trying to clean up some DNS records which don't seem to have been cleaned). All machines are 4.2.10-Debian Can anybody advise how I can fix this? Ideally in this case there would only be two recor...
2009 Sep 22
3
R PNG graph width limitation
Hi folks, I am trying to do a clustering and generate a long dendrogram in R on Linux server: ========= data<-read.table(file="mean_ratio.txt.noheader",row.names=1,sep="\t",quote="\"") hc<-hclust(dist(data),"ward") png(file="mean_ratio.txt.noheader.ward.png",bg="white",pointsize=8,width=32767,height=1536) plot(hc,hang=-1) dev.off() ========= I found that 32767 is the largest width I can go. I tried 32768 and the graphics becomes all black. I need to go higher since even with 3276...
2010 Jul 20
1
p-values pvclust maximum distance measure
...ist="euclidian", nboot=500) a.res2 <- pvclust(t(s), method.hclust="complete", method.dist="maximum", nboot=500) a.res3 <- pvclust(t(s), method.hclust="complete", method.dist="canberra", nboot=500) a.res4 <- pvclust(t(s), method.hclust="ward", method.dist="euclidian", nboot=500) a.res5 <- pvclust(t(s), method.hclust="ward", method.dist="maximum", nboot=500) a.res6 <- pvclust(t(s), method.hclust="ward", method.dist="canberra", nboot=500) a.res7 <- pvclust(t(s), method.hclus...
2010 Apr 26
2
Cluster analysis: dissimilar results between R and SPSS
...s, 2=no). I did two similar cluster analyses, one on SPSS 18.0 and one on R 2.9.2. The objective is to have the means for each variable per retained cluster. 1) the R analysis ran as followed: > call data > dist=dist(data,method="euclidean") > cluster=hclust(dist,method="ward") > cluster Call: hclust(d = dist, method = "ward") Cluster method : ward Distance : euclidean Number of objects: 277 > plot(cluster) > rect.hclust(cluster, k=4, border="red") > x=rect.hclust(cluster, k=4, border="red") > sapply(x, func...
2001 Dec 17
4
Help! Solaris 8 + winbindd
Hi. Does anyone have samba 2.2.2 on Solaris 8 working with winbindd? I have samba 2.2.2 installed and configured --with-winbind and have the winbindd daemon running but the following does not work: 1. "getent passwd" Solaris command on returns local users (no Domain users) 2. winbindd authentication to the PDC is not occurring. 3. local users cannot change password since I modified the
2016 Sep 13
1
Phantom DNS records visible with dig, but not samba-tool dns
...: union dnsRecordData(case 33) > srv: struct dnsp_srv > wPriority : 0x0000 (0) > wWeight : 0x0064 (100) > wPort : 0x0185 (389) > nameTarget : v-ward.chester-dc.example.com > > dnsRecord: NDR: struct dnsp_DnssrvRpcRecord > wDataLength : 0x0021 (33) > wType : DNS_TYPE_SRV (33) > version : 0x05 (5) > rank : DNS_RANK_NONE...
2013 Jan 25
3
Removal of columns from matrix where all values of the column are identical.
...or characters. My question is - is there a better or more efficient way of doing this, maybe with apply or something. My first thought was apply set to operate over all columns, but was unsure of the indexing and selecting columns to be deleted. Thanks, Ben W. University of East Anglia (ENV): b.ward@uea.ac.uk The Sainsbury Laboratory: ben.ward@sainsbury-laboratory.ac.uk [[alternative HTML version deleted]]
2019 Jan 13
2
Cómo replicar unos clusters según sistema anterior.
...ama 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 algún momento no muy lejano se cambió algo en la manera de calcular los cl...
2009 Oct 21
2
squared euclidean distance
Dear R-Help-Team, I would like to cluster my data using the ward-method. In several papers I read (e.g. Bahrenberg) that it is neccesary to use the "squared euclidean distance" with the ward-method. Unfortunatelly I cannot find this term in r as a method for measuring the distance. Does anybody have an idea? Thanks in advance, Carolin [[alternative...
2011 Dec 02
0
what is used as height in hclust for ward linkage?
Dear R community, I am trying to understand how the ward linkage works from a quantitative point of view. To test it I have devised a simple 3-members set: G = c(0,2,10) The distances between all couples are: d(0,2) = 2 d(0,10) = 10 d(2,10) = 8 The smallest distance corresponds to merging 0 and 2. The corresponding ESS a...
2013 Mar 28
2
hierarchical clustering with pearson's coefficient
Hello, I want to use pearson's correlation as distance between observations and then use any centroid based linkage distance (ex. Ward's distance) When linkage distances are formed as the Lance-Williams recursive formulation, they just require the initial distance between observations. See here: http://en.wikipedia.org/wiki/Ward%27s_method It is said that you have to use euclidean distance between the initial observations. H...
2011 Jun 23
2
Rms package - problems with fit.mult.impute
...verything works fine until I try to run the test for goodness of fit: residuals(type=c("gof")) One needs to specify y=T and x=T in the fit. But I get a warning message when I do that with fit.multiple.impute. a<-aregImpute(~med.hist.err+ med.discr+newLiving+No.drugs+Days.categ+Los+Age+Ward+Sex, n.impute=20, nk=0,data=med.err) ddist<-datadist(Age,No.drugs,Days.categ, Sex, Living, Ward) options(datadist="ddist") fmi<-fit.mult.impute(med.hist.err~Age+No.drugs+Days.categ+Sex+Living+Ward, fitter=lrm, x=T, y=T,a,data=med.err) Error in 1:n.impute : NA/NaN argument In additi...
2012 Dec 12
1
EMA Package
Hi, I'm currently using EMA package to make clustering and heatmaps. The online doc concerning the package gives the following example code: data(marty) c<-clustering(marty, metric="pearson", method="ward") clustering.plot(c, title="Hierarchical Clustering\nPearson-Ward") which is working perfectly, However, when I'm changing the method to method="kcentroids", on the exact same example, I got the following error: Error in DIS$DIS : $ operator is invalid for atomic vect...
2005 Feb 07
2
RODBC working in Rgui but not Rterm
Hello Users: I'm using R version 2.0.1, and having problems with RODBC. Everything works fine when I use Rgui, but when I try to use Rterm and issue the commands library(RODBC) con <- odbcConnect("MySQL", "test") I get the following error: Error in sqlQuery(con, str) : first argument is not an open RODBC channel In addition: Warning messages:
2013 Jan 29
3
NA and Character(0) in List Element
...ter(0) attr(,"na.action") [1] 1 attr(,"class") [1] "omit" I want to get rid of these elements/positions in the list, since a function is supposed to sample the list for elements (each element is a collection of about 20 numbers each). Thanks, Ben W. UEA (ENV) - b.ward@uea.ac.uk [[alternative HTML version deleted]]
2004 Jun 04
0
Ward clustering problem
...this is found to be the case for the training data. I have tried using the maximum within class distance for the training data to set the h variable in cutree for the clustered new data. This appears to work fine for "average" and "complete" clustering methods but not for the Ward clustering method as the distance axis of the dendrogram does not directly relate to the distances between observations. Can anyone advise on how to optimise the h value of cutree when using the Ward clustering method or is there a better approach to this type of classification problem? Thanks Mi...
2009 Feb 11
4
5.2 x86_64 DVD
...lient and an ftp client using Windows as well as Linux hosts. Is something wrong with the distributed DVD image? It has failed an MD5 check every time I've pulled it down. Paul Fontenot Wells Fargo Public Key Infrastructure Team Cryptography Services|IST|EIM|TES|TIG|Wells Fargo Email: ward.p.fontenot at wellsfargo.com <mailto:ward.p.fontenot at wellsfargo.com> Phone: (480) 437-7795 This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any a...
2009 Aug 31
3
SNMP on HP UPS
...plains and exits if it tries to access a value that is not supported it was necessary to completely remove upsupported items from the specification. I hope this code is accepted as it would mean I no longer have to build my own nut package when a new debian version comes out. Thanks, - Philip Ward Unix Systems Administrator Ext 7274 -- Academic Excellence at the Heart of Scotland. The University of Stirling is a charity registered in Scotland, number SC 011159. -------------- next part -------------- A non-text attachment was scrubbed... Name: af401amib.h Type: text/x-chdr Size: 8518 b...