similar to: heatmap.2 questions

Displaying 11 results from an estimated 11 matches similar to: "heatmap.2 questions"

2009 Jun 15
0
books on Time serie
A time series text with a title that seems designed to hide its wide scope is: Forecasting with Exponential Smoothing The State Space Approach Hyndman, R.J., Koehler, A.B., Ord, J.K., Snyder, R.D. Springer 2009. This book is actually an excellent overview of time series theory, ARIMA as well as state space. It is of course, in part, a manual for the forecast and other packages in what has been
2006 May 29
0
MissingSourceFile (no such file to load -- breakpoint):
Anyone seen this before? I did a gem update recently and may have broken something. But I''d still like to decipher what the message below actuallt means: MissingSourceFile (no such file to load -- breakpoint): /usr/lib64/site_ruby/1.8/rubygems/custom_require.rb:21:in `require__'' /usr/lib64/site_ruby/1.8/rubygems/custom_require.rb:21:in `require''
2007 Jan 26
2
Hello Everybody, my problem with voicemail.conf
Hello everybody i am Ashish here. i am new to this mailing list. so dont know rules and regulation, just trying to post my problem of voicemail.conf Actuallt right now i am using Asterisk 1.2 on my LAN environment. i am able to call all my extension very nicely. Right now i am trying to deploying voicemail facility for all extensions, so if anybody is not present, then he/she can leave message,
2011 Jul 24
0
setting distance matrix and clustering methods in heatmap.2
heatmap.2 defaults to dist for calculating the distance matrix and hclust for clustering. Does anyone now how I can set dist to use the euclidean method and hclust to use the centroid method? I provided a compilable sample code bellow. I tried: distfun = dist(method = "euclidean"), but that doesn't work. Any ideas? library("gplots") library("RColorBrewer") test
2007 Dec 16
0
levelplot border and dendrogram width
Hello, I'm trying to learn how to use lattice and levelplot in particular. There are three elements of customizing the plots I'm stuck with: a) Is there a way to put borders around each "cell" within a level-plot. I'm trying to do something like the colsep/rowsep/sepcolor/sepwidth parameters of heatmap.2 in gplots b) Can I alter the line-width of dendrogram added
2009 Jul 21
1
problem with heatmap.2 in package gplots generating non-finite breaks
I have written a wrapper for heatmap.2 called heatmap.w.row.and.col.clust which auto-generates breaks using breaks<-round((c(seq(from=(-20 * stddev), to=(20 * stddev))))/20, digits = 2) #(stddev in this case = 2.5) This has always worked well in the past but now I am getting an error that non-finite breaks are being generated. Drilling down, it seems that my wrapper is generating finite
2007 Oct 25
2
Using strtok via win32/api
Hi all, I''m having a little trouble with strtok: require ''win32/api'' include Win32 strtok = API.new(''strtok'', ''PP, ''P'', ''msvcrt'') string = "A string\tof ,,tokens\nand some more tokens"; seps = " ,\t\n"; puts "Tokens:" token = strtok.call(string, seps) while token puts
2005 Sep 09
0
CUPS username case wrong from Windows 98 client
I have a problem getting Windows 98 clients printing to CUPS printers where I have the printer access allowed/denied by username. It appears that samba is passing the username in uppercase to CUPS as the owner of the printjob and then CUPS does not recognise that username and rejects the job. It all works under Windows NT/XP. I am running samba 3.0.20 and cups 1.1.23. The smb.conf file is below
1998 Sep 02
1
cisco catalyst 5500 1 vlan 2 networks and samba
From: "Deepak Wilson" <dwilson@imsn.net> To: <support@imsn.net> Subject: Samba and Catalyst 5500 problem Date sent: Wed, 2 Sep 1998 12:09:32 -0700 We have a problem with Samba and the Cisco 5500. With Samba installed on Sun Solaris we are NOT able to view the Sun machine using network neighbourhood when connected through the switch.
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
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