Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

11 results for “from:Timo Becker”

binary kmeans tree
Timo Becker · Nov 21, 2005 · r-help

Dear R-Users, does anyone know if there exists a package for a kmeans variant which creates a binary tree by stepwise splitting of the data? If you do not understand what I mean then have a look at the...

creating dendrogram from cluster hierarchy
Timo Becker · Feb 28, 2006 · r-help

Dear R users, I have created data for hierarchical agglomerative cluster analysis which consist of the merging pairs and the agglomeration heights, e.g. something like my.merge <- matrix(c(-1,-2,-3,1), ncol=2, byrow=TRUE) my.height...

Windows freezes plotting large line plots (PR#7856)
timo.becker@oeaw.ac.at · May 12, 2005 · r-devel

Full_Name: Timo Becker Version: 2.1.0 OS: Windows XP Submission from: (NULL) (193.170.87.36) Hi! The following command causes Windows XP to freeze so that I can only pull the plug: > plot(seq(1, 44100), rnorm...

distance in kmeans algorithm?
Timo Becker · Jul 10, 2006 · r-help

> >Hello. > >Is it possible to choose the distance in the kmeans algorithm? > >I have m vectors of n components and I want to cluster them using kmeans >algorithm but I want to use the Mahalanobis distance or another distance. > >How...

cclust causes R to crash when using manhattan kmeans
Timo Becker · Apr 7, 2006 · r-help

Dear R users, When I run the following code, R crashes: require(cclust) x <- matrix(c(0,0,0,1.5,1,-1), ncol=2, byrow=TRUE) cclust(x, centers=x[2:3,], dist="manhattan", method="kmeans") While this works...

x/y coordinates of dendrogram branches
Timo Becker · Nov 2, 2005 · r-help

Dear R-users, I need some help concerning the plotting of dendrograms for hierarchical agglomerative clustering. The agglomeration niveau of each step should be displayed at the branches of the dendrogram. For this I need the x/y coordinates of...

png overwrites upper/lower case filenames
Timo Becker · Apr 11, 2006 · r-help

Dear R users, when I create files with the png graphics device, it overwrites existing files which differ concerning upper/lower case file names. For example, I want to create four files named "a.png", "A.png", "b.png" and...

cclust causes R to crash when using manhattan kmeans
Timo Becker · Apr 7, 2006 · r-help

Uwe Ligges schrieb: > Timo Becker wrote: > >> Dear R users, >> >> When I run the following code, R crashes: >> >> require(cclust) >> x <- matrix(c(0,0,0,1.5,1,-1), ncol=2, byrow=TRUE) >> cclust(x, centers=x[2:3,], dist...

png overwrites upper/lower case filenames
Timo Becker · Apr 11, 2006 · r-help

Prof Brian Ripley schrieb: > *on Windows* > > This is how the Windows file system works. You cannot have a.png and > A.png in a directory on a Windows file system. If you unlink() the file > with the clashing name it...

creating dendrogram from cluster hierarchy
Timo Becker · Feb 28, 2006 · r-help

Timo Becker schrieb: > Martin Maechler schrieb: > >>>>>>> "Timo" == Timo Becker <timo.becker at oeaw.ac.at> >>>>>>> on Tue, 28 Feb 2006 11:01:26 +0100 writes: >>>>>>> >>>>>> >> >> Timo> Dear R users, I have created data for hierarchical >> Timo> agglomerative cluster analysis which...

creating dendrogram from cluster hierarchy
Timo Becker · Feb 28, 2006 · r-help

Martin Maechler schrieb: >>>>>>"Timo" == Timo Becker <timo.becker at oeaw.ac.at> >>>>>> on Tue, 28 Feb 2006 11:01:26 +0100 writes: >>>>>> >>>>>> > > Timo> Dear R users, I have created data for hierarchical > Timo> agglomerative cluster analysis which consist of the...

Can't find what you're looking for? Try searching with Google .