search for: chipman

Displaying 8 results from an estimated 8 matches for "chipman".

Did you mean: chapman
2006 Mar 28
1
hybridHclust (new package)
...any bottom-up methods. Tools that graphically integrate mutual clusters into bottom-up methods are also included in the library. Lastly, an implementation of Michael Eisen's bottom-up clustering algorithm is also in the library. A paper, soon to appear in Biostatistics, describes this work: Chipman, H., and Tibshirani, R. "Hybrid Hierarchical Clustering with Applications to Microarray Data", available at http://ace.acadiau.ca/math/chipmanh/papers/chipman-tibshirani-2003-modif ied.pdf There's an online tutorial at http://ace.acadiau.ca/math/chipmanh/hybridHclust/index.html Hug...
2006 Mar 28
1
hybridHclust (new package)
...any bottom-up methods. Tools that graphically integrate mutual clusters into bottom-up methods are also included in the library. Lastly, an implementation of Michael Eisen's bottom-up clustering algorithm is also in the library. A paper, soon to appear in Biostatistics, describes this work: Chipman, H., and Tibshirani, R. "Hybrid Hierarchical Clustering with Applications to Microarray Data", available at http://ace.acadiau.ca/math/chipmanh/papers/chipman-tibshirani-2003-modif ied.pdf There's an online tutorial at http://ace.acadiau.ca/math/chipmanh/hybridHclust/index.html Hug...
2002 Feb 20
1
plot.hclust: strange behaviour with "manufactured" hclust object
...plot.hclust(x.hc) : invalid dendrogram input > > str(x.hc) List of 3 $ merge : num [1:4, 1:2] -2 -5 -1 -4 -3 1 2 3 $ height: num [1:4] 0.873 1.257 1.633 2.430 $ order : num [1:5] 4 1 5 2 3 - attr(*, "class")= chr "hclust" Any help would be greatly appreciated! Hugh Chipman -- -- Hugh Chipman -- Associate Professor, Statistics & Actuarial Science -- -- University of Waterloo, Ontario, Canada -- -- -- -- Visiting Stanford Statistics Department, January-March 2002...
2002 Feb 21
0
plot.hclust: strange behaviour with "manufactured"
This worked for me with your example: source("dumpdata.R") storage.mode(x.hc$merge) <- "integer" plot(x.hc) (R-1.4.1 compiled from source on WinNT4.) Andy > -----Original Message----- > From: Hugh Chipman [mailto:hachipma at icarus.math.uwaterloo.ca] > Sent: Wednesday, February 20, 2002 5:32 PM > To: andy_liaw at merck.com > Cc: r-help at stat.math.ethz.ch > Subject: Re: [R] plot.hclust: strange behaviour with "manufactured" > > > Andy: > > That's a great...
2004 Jul 01
0
MS OLAP -- RODBC to SQL Server "Slice Server" pass-through query to MS OLAP
...s) MS SQL server, so licensing should not be an issue.... Although I have figured out this is possible (and implemented a similar system many years ago in a long forgotten language), I haven't built an MS OLAP cube yet -- so I haven't tested it. The following is summarized from Mary Chipman's and Andy Baron's, "Microsoft Access Guide to SQL Server," chapter 12, pages 644-654. SQL Server is capable of sending "pass through" queries for execution on another data base (using the foreign data base's syntax). That way "MDX is executed on the OLAP s...
2006 Nov 28
1
SUMMARY re: Success with SNMP Monitoring build
...install openssl-devel after this, in my nut source tree, ./configure --prefix=/opt/nut --with-user=nut --with-drivers=snmp-ups make make install go to /opt/nut/etc and edit config files as per install guide docs for nut things go swimmingly - yay. --endpaste-- Many thanks for the help, --Tim Chipman -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20061128/80a52e05/attachment.htm
2006 Nov 27
2
using nut to monitor SNMP UPS unit
.... I am having some trouble even encouraging NUT to build with snmp support, which doesn't seem to happen by default. I am curious if anyone has pointers, or if there is info summarized anywhere on this topic. All help is greatly appreciated. Relevant text is pasted below. Many thanks, Tim Chipman --------PASTE--------------- ./configure --with-drivers=snmp-ups runs, but I note in output: checking for Net-SNMP cflags... not found checking for Net-SNMP libs... not found note that this system has net-snmpd installed and snmp libs are visible under /usr/lib When I try to "make&quot...
2003 Jun 17
1
User-defined functions in rpart
...matrix (in the split function, x is a vector corresponding to one predictor). Without that, fitting a linear model in the terminal node would not be possible. Is this a correct assesment, or am I missing something? Has anyone tried to modify rpart to fit linear models in nodes? -- -- -- Hugh Chipman -- -- Associate Professor, Department of Statistics & Actuarial Science -- -- U. of Waterloo, 200 University Ave. W, Waterloo, Ontario, N2L 3G1 -- -- (519) 888-4567 ext. 6190 Fax: (519) 746-1875 -- -- www.stats.uwaterloo....