similar to: Memory error in Mac OS X Aqua GUI v1.01 with cluster package functions

Displaying 20 results from an estimated 300 matches similar to: "Memory error in Mac OS X Aqua GUI v1.01 with cluster package functions"

2005 Feb 23
0
Memory error in Mac OS X Aqua GUI v1.01 with cluster pack age functions
It's trying to allocate about 850 MB. And that's just the "object that broke the camel's back". You probably really are out of memory. You could increase swap space and cross your fingers, but probably daisy creates the 10481 x 10481 distance matrix, which would be about 800 MB since each entry is 8 bytes. It may even create multiple copies. You might try increasing RAM to 4
2005 Feb 24
0
FYI from apple employee RE: Memory error in Mac OS X Aqua GUI v1.01 with cluster
Please ignore this is you're not interested in what my friend who works for apple had to say regarding my issue which is explained in detail at the bottom of this exchange... me: The data from this simulation has to be processed at several stages of data processing so at some point I do have to have to make a dissimilarity matrix from this large matrix, as well as ones that I have
2006 May 19
1
problem with pdf() R 2.2.1, os 10.4.6
Hi, I'm trying to write a histogram to a pdf pdf() plot<-hist(c, xlim=c( 0.69, 0.84), ylim=c(0,100)) when I try to open the pdf I can't open it, there is always some error . Is there something I should add to make it run under this operation system? I had problems upgrading to 2.3 (problem downloading packages) so I'm not sure an upgrade will work out with me. I just want a
2006 May 09
1
problem accessing trees after read.nexus from ape package
Hello, I've been trying to figure out how to access the individual elements from an object of class phylo. I am reading in 201 trees created by paup as below. > read.nexus("A_30knj_200t.txt", tree.names= NULL) -> anj30 > anj30[1] $tree1 $edge [,1] [,2] [1,] "-1" "-2" [2,] "-2" "-3" [3,] "-3" "1"
2006 Aug 05
0
cor of two matrices whose columns got shuffled
Hello, I'm trying to take the correlation of two distance matrices and get the r2 value ex) Ndisc PS1 Ntet Nsito NcB NcA PS3 NcC NiB NiA PS1 0.08945 Ntet 0.08601 0.02020 Nsito 0.09361 0.02780 0.02260
2007 Feb 05
3
Soul Reaver 2 v1.01 sound buffer underrun
Hello list, I am experiencing sound problems with Soul Reaver 2, follows the initial log after starting the game. $wine sr2.exe fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS) fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x17a890) : stub, simulating 64MB for now, returning 64MB left fixme:d3d:IWineD3DDeviceImpl_ValidateDevice (0x17a890) : stub loading
2007 Jan 28
2
help with RandomForest classwt option
Hello there, I am working on an extremely unbalanced two class classification problems. I wanna use "classwt" with "down sampling" together. By checking the rfNews() in R, it looks that classwt is not working yet. Then I looked at the software from Salford. I did not find the down sampling option. I am wondering if you have any experience to deal with this problem. Do you
2009 Nov 02
3
problems with read.csv
Dear all, I''d like to ask help on R code to get the same results as the following Splus code: >indata<-importData("/home/data_new.csv") >indata[1:5,4] [1] 0930 1601 1006 1032 1020 I tried the following R code: > indata<-read.csv("/home/data_new.csv") > indata[1:5,4] [1] 930 1601 1006 1032 1020 I''d like the first
2017 Sep 19
3
what do you think about write.table(... qmethod = "excel")?
Last week one of our clients reported trouble with a csv file I generated with write.table. He said that columns with quotes for character variables were rejected by their data importer, which was revised to match the way Microsoft Excel uses quotation marks in character variables. I explained to them that quoted character variables are virtuous and wise, of course, but they say Microsoft Excel
2009 Oct 23
2
extract day or month as in Splus
Dear all, I am writing to ask for help to find R code to do the same thing as the following Splus code: dates <- c("02/27/1992", "02/27/1992", "01/14/1992", "02/28/1992", "02/01/1992") timeDate(as.character(dates),in.format="%m/%d/%Y","%a") [1] Thu Thu Tue Fri Sat Could anyone give me some R codes to get the
2010 Feb 05
2
sum a particular column by group
Dear all, I have a table like this: > eds R.ID Region Gender Agegr Time nvisits 1 1 A F 60--64 1:00 1 2 2 O F 55--59 1:20 1 3 3 O F 55--59 3:45 3 4 4 S M 60--64 1:10 3 5 5 W F 55--59 12:30 1 6
2006 Sep 05
4
Ferret 0.10.2 - Index#search_each() and :num_docs
Hi, I seem to be having trouble getting more than 10 hits from Index#search_each since upgrading to 0.10.2 (ie, this was working in 0.9.4). Maybe a bug, as the #search_each doesn''t seem to use the options parameter any more ? Thanks, Neville =========================================== require ''rubygems'' require ''ferret'' p Ferret::VERSION idx =
2008 Jan 02
1
wants to get all parents with no children, etc
To all: hi, i have implemented the associations in my models so i have a Parent model that has many Children model but i need to get a list of Parents that do not have children or Parents that have just 2 children or Parents that have children whose name is ''James'', or ''Sarah'', or ''Betty'' or Parents whose children do not have names like
2008 May 31
2
Segfault in imap_bodystructure_write when searching
Whenever I try to search on my dovecot test install, dovecot dies. It immediately spawns a new process, which the client tries to connect to, and send search commands to, causing that to die, and so forth. This loop means I have to kill either the server or the client. Running Dovecot 1.0.13 from/on Debian testing, rebuilt with vpopmail support and no other source changes. Vpopmail version is
2018 Mar 22
5
why is dovecot "Allowing any password"
On 03/21/2018 10:34 PM, @lbutlr wrote: > The question is does it allow remote users to login with no password? Yes, and the answer is: no. > If not, then the message ie nearly notification that login without a password is potentially possible. Yes, but a worrying one. That's why i decided to post here. > I have no idea why you would have nopassword=y set in the first place, so it
2006 Mar 22
1
error message with stats package fx cor R aqua v1.14
Hello, Sorry if this is somewhere in the archives but i couldn't find it. I am using the funtion cor() and inputting a large matrix with a column of 0, for which i get NA's for. I'm looking for a way to overcome that divide by 0 error btw but my real issue is this: I specify the method as pearson but the error messages always say kendall ex) > read.csv("ncatest.csv",
2007 Feb 13
4
PDF Thumbnail - RMagick
Hi, I need to create a preview of a PDF upload to a CMS I''m building. Does anyone know how to create a thumbnail of the first page of a PDF using RMagick? Any ideas welcome, ~ Mark -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2004 Jun 25
3
String manipulation
Hi, let's see, if someone can help my with this one: I have the string as follows: > str<-("one","two","three") Now I want to concatenate the items to one string, seperateted by space or something else, >str >"one, two, three" If possible without a loop. My actual goal ist to create string like >str.names >"female = names1, male
2008 Mar 31
6
DoveCot IMAP and "inconsistent state" messages
I need some help troubleshooting this problem. It only shows up with IMAP connections. I initially thought it was related to SquirrelMail (because it gives me an 'EXPUNGE' error), but after attempting to send IMAP commands directly to the server as shown below, I'm thinking there is something else going on. The system configuration is PostFix as the MTA delivering to procmail in
2002 Oct 04
1
Samba servers and Mac OS X clients
I am trying to set up a file server using RedHat or Mandrake Linux. The Linux server is running netatalk. Clients include Mac OS 9.1 and 9.2, Windows 2K, ME, MacOS X (10, 10.1 and Jaguar). I seem to have connectivity issues with the clients running OS X, and was wondering if this is supported in Samba. My server is running version 2.2.6pre2, which was recently upgraded from 2.2.3. Thanks. --