Displaying 6 results from an estimated 6 matches for "goswami".
2008 Apr 14
3
Doing the right amount of copy for large data frames.
....Object@data <- data.frame( )
.Object
})
### Usage:
nn <- 10
## dd1 below could possibly be created by read.table or scan and data.frame
dd1 <- data.frame(xx = rnorm(nn), yy = rnorm(nn))
dd2 <- new('DataFrame', data = dd1)
rm(dd1)
## Now work with dd2
Thanks a lot,
Gopi Goswami.
PhD, Statistics, 2005
http://gopi-goswami.net/index.html
[[alternative HTML version deleted]]
2009 Feb 25
1
S4 helper functions: regular or generic?
...s argument object. Please help me decide which one
of the following is a better approach with respect to coding style,
memory usage and speed:
o Write a regular function.
o Declare a generic and implement it just for the base class.
Thanks for sharing your insight and time,
gopi.
http://gopi-goswami.net/
2010 Jan 15
3
How can I configure dovecot as gmail imap proxy
Hi,
I want to configure dovecot as gmail imap proxy. If any system in my network
wants to connect to imap.gmail.com,993 it has to go through the dovecot
proxy.
Is it possible to setup such environment with dovecot? If yes, can you
please
help me to configure my dovecot server.
Warm Regards
Supratik
2007 May 17
3
Converting Full Virt to Para virt
Hi,
I am running xen-unstable , now i have a Full Virt DomU running
RHEL 3 update 5 wanted to know is there a way to convert this vm to
Paravirt .
regards
Satya
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2005 Sep 06
1
[Fwd: psnr/video codecs tests]
Hi Gabriel,
I m trying to author a test suite for video codecs. Can you guide me how
to go about it? I need some ideas to get started with.
Thanks
Jina
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/theora/attachments/20050906/3c71295d/attachment.htm
2008 Apr 07
0
Some memory questions: data.frame and lists.
Hi there,
I seek your expert opinion on the following memory related questions. The
output below was gotten from R-2.6.2, compiled with
--enable-memory-profiling on Ubuntu Linux.
=======================================================================
>>> Code and output 1:
> gc( )
used (Mb) gc trigger (Mb) max used (Mb)
Ncells 131180 7.1 350000 18.7 350000 18.7