Displaying 7 results from an estimated 7 matches for "repasts".
Did you mean:
repast
2012 Mar 29
3
[xapian] GSoC - Learning to Rank, Introduction and some Ideas
Hello,
I am Mudit Raj Gupta, fourth year student of M.S. (Hons.) Chemistry and
B.E. (Hons.) Electronics and Instrumentation at BITS-Pilani (
http://www.bits-pilani.ac.in/). I am interested in *Machine Learning and
Computaional Intelligence*. I have an interest in implementing various
existing algorithms and developing modified/new algorithms related to
machine learning and computational
2010 Mar 16
2
Is there a way to edit a specific line in a function (e.g: doing function->text->edit->function) ?
Hello,
Let's say we have the following function:
foo <- function(x)
{
line1 <- x
line2 <- 0
line3 <- line1 + line2
return(line3)
}
And that we want to change the second line to be:
line2 <- 2
How would you do that?
The two ways I know of are either to use
fix(foo)
And change the function.
Or to just write the function again.
Is there
2007 Jan 31
7
features of save and save.image (unexpected file sizes)
Hi,
Today I came upon unexpected R behaviour. I did some modelling and the
result was R object, about 28MB size (nested list, with matrixes as
list elements). When I was saving the session with save.image, the
resulting .RData file was 300MB. There were no other large objects:
>
2014 Apr 17
0
KVM guests unusable after install
I'm finding that my KVM images are not bootable after i reboot my host, and
i've detailed my problem here....
http://serverfault.com/questions/589806/kvm-machines-unbootable-after-host-reboot
Any thoughts on why? Here is a repaste of the problem:
****************************************************************************************
Im finding that my KVM guests are unusable after i
2007 May 31
0
loading several "samples" of data from hard-drive, run "lm", "rlm", etc, save results in a list
...regressions as objects in a list.
Here is the code I have written. Is there a "better/simpler" way to do this? (Ideally, I'd like the model I specify to be flexible, and to be able to use not only lm, but also rlm, etc. (I have simplified my code for this example, but I think this repasts the essential parts of what I am trying to accomplish.) )
#my code to run a regression for each "sample" (i.e."samples" 5,6,7,8,& 9),
#this saves the regression results in a list called "results"
y='Ozone'
x=c('Wind','Temp')
results=list(...
2010 Mar 12
0
R/Finance 2010
R/Finance 2010: Applied Finance with R
April 16 & 17, Chicago, IL, US
www.RinFinance.com <http://www.RinFinance.com>
The second annual R/Finance conference for applied finance using R, the
premier free software system for statistical computation and graphics,
will be held this spring in Chicago, IL, USA on Friday April 16 and
Saturday April 17, 2010.
Registration is still open and
2013 Mar 21
1
GSOC - 2013 - Introduction (Learning to Rank)
Hello Everyone,
I am looking forward to contribute to Xapian and also apply as a Google
Summer of Code student. I would like to start by introducing myself. I am a
final year M.Sc.(H) Chemistry and B.E. (H) Electronics and Instrumentation
student at BITS - Pilani, Goa. I am interested in Machine Learning and
presently pursuing my thesis on the same. I have been selected for Google
Summer of Code