search for: laar

Displaying 6 results from an estimated 6 matches for "laar".

Did you mean: lar
2015 Mar 17
2
FreeBSD ZFS maildir to mdbox
Hello, I'm converting my mailbox from Maildir to mdbox.. The Maildir is from an 1.2 server. The new server is a virtual FreeBSD ZFS server. The conversion is not working, I'm getting either segfaults or the sync just quits with errors. I also did set with mmap_disable=yes. This didn't resolve the problem. How can I fix this? The same conversion on a virtual ubuntu 14.04 box works
2015 Mar 18
0
FreeBSD ZFS maildir to mdbox
Hi, On 18-Mar-15 00:09, Roland van Laar wrote: > I'm converting my mailbox from Maildir to mdbox.. > The Maildir is from an 1.2 server. > The same conversion on a virtual ubuntu 14.04 box works with mentions of > "filename has the wrong S value" and Corrupted index errors. You should fix the Maildir files first...
2005 Jan 07
5
Instiki 0.9.2
...Added the wiki name of the author locking a given page (instead of just "someone") Removed single/multi-web distinction -- all Instikis are now multi-web Load libraries from an unshifted load path, so that old installed libraries doesn''t clash [Emiel van de Laar] Keeps the author cookie forever, so you don''t have to enter your name again and again Fixed XHTML so it validates [Bruce D''Arcus] Authors are no longer listed under orphan pages Added export to markup (great for backups, potentially for swi...
2009 Jun 15
0
books on Time serie
...fo/r-help >> PLEASE do read the posting guide http://www.R-project.org/posting- >> guide.html >> and provide commented, minimal, self-contained, reproducible code. > > > [[alternative HTML version deleted]] > > > > > > > > > > From: Ryan van Laar <ryanvanlaar@gmail.com> > Date: 16 June 2009 2:47:22 AM > To: r-help@r-project.org > Subject: [R] heatmap.2 questions > > > I'm using this code to create a heatmap of expression data and > indicate a > specific column of data, post clustering: > > #Generate...
2009 Jun 15
0
heatmap.2 questions
I'm using this code to create a heatmap of expression data and indicate a specific column of data, post clustering: #Generate heatmap: heatmapChipDx <- heatmap.2(L3data_med2, dendrogram="column",trace="none", col=redgreen(64), colsep=seps, sepcolor="yellow", sepwidth = 0.1, margin=c(5,5), scale="row", key=FALSE) I have two problems that I'm
2009 May 14
1
KNN script: Identity of specific K samples chosen?
I am currently doing some prediction work using the knn script in the 'class' package. Does anyone know a way of having R return the IDs (sample IDs, or column IDs of the training matrix) of the 'k' samples that are chosen by the algorithm as being nearest to a given test sample? I have searched/read everything I can about the script, however have not found anything other than the