search for: resout

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

Did you mean: resort
2015 May 29
3
Mi script R es muy lento
...+++++++++++++++++++++++++++++++++++++ Este código tardaba 3 horas en ejecutarse. La solución que me han propuesto es usar data.table en lugar de data.frame y ahora tarda 1 segundo aproximadamente en ejecutarse y es este: #------------- library(data.table) datSet <- fread("Set-A.csv") resOut <- datSet[, .(ValMax=max(Value), ValMin=min(Value), ValAvg=mean(Value)), by=c("RecordID","Parameter")] resOut$RecordID <- as.factor(resOut$RecordID) setkey(resOut, RecordID) head(datSet) datOutcome <- fread("Outcomes-A.csv") datOutcome$RecordID <- as.factor...
2015 Jun 01
2
Mi script R es muy lento
...jecutarse. La solución que me han >> propuesto >> es usar data.table en lugar de data.frame y ahora tarda 1 segundo >> aproximadamente en ejecutarse y es este: >> >> #------------- >> library(data.table) >> datSet <- fread("Set-A.csv") >> resOut <- datSet[, .(ValMax=max(Value), ValMin=min(Value), >> ValAvg=mean(Value)), by=c("RecordID","Parameter")] >> resOut$RecordID <- as.factor(resOut$RecordID) >> setkey(resOut, RecordID) >> head(datSet) >> datOutcome <- fread("Outcomes-A.c...
2012 Jul 21
3
Use GPU in R with .Call
...***********************/ /* "VecAdd_cuda.c" adds two double vectors using GPU. */ /************************************************/ extern void vecAdd_kernel(double *ain,double *bin,double *cout,int len); SEXP VecAdd_cuda(SEXP a,SEXP b) { int len; double *a_ptr,*b_ptr,*resout_ptr; /*Digest R objects*/ len=length(a); a_ptr=REAL(a); b_ptr=REAL(b); SEXP resout; PROTECT(resout=allocVector(REALSXP,len)); resout_ptr=REAL(resout); vecAdd_kernel(a_ptr,b_ptr,resout_ptr,len); UNPROTECT(1); return resout; } (b) Next, the host function and the kernel are in a...
2005 Jul 30
2
Xen boot has poor screen resolution and fails to load X11
I tried sending this e-mail to the list earlier but no one replied... Right, so I''m brand new to xen, and I''ve had success in making xen boot (kernel /boot/xen-2.0.6.gz module /boot/vmlinuz-2.6.11-xen0), but there are a couple major issues. 1) The screen resolution. I''m running a ThinkPad T30 (2366-92U, for those who want to know), and all the text looks fuzzy. I
2011 Nov 27
0
World of Warcraft Problem
...amera angle they will go back to normal. Does anyone else have this problem and if you did how did you correct it. I also run WOW in d3d mode. I prefer the new water effects over the old ones. Framerate is not that much lower than opengl. Here are some screenshots of what it looks like with Texture Resoution on anything but low. NPC's Disappear! (http://www.flickr.com/photos/70882435 at N02/6413322115/in/photostream/) Black Screen! (http://www.flickr.com/photos/70882435 at N02/6413319477/in/photostream/) Black Screen! (http://www.flickr.com/photos/70882435 at N02/6413318969/in/photostream/)...
2003 Dec 01
0
No subject
..., the Linux-Samba solution has a slower response on file access. But what is more frustrating comes from the NET USE scripts on client machines that now take 1-2 minutes to run for mapping a linux share! I must say I am a bit disappointed. Is there something I miss regarding the netbios name resoution ? Why is taking that long to map the samba names ? Any experience on fine-tuning that? Thanx, Cristian Vladuta Sys Admin ,CA IB Securities, CA IB Romania Phone +401 315 20 30 Fax +401 315 20 90 Return-Path: <alsim3@yahoo.com> Delivered-To: samba@samba.org Received: from smtp018.ma...