[Rd] ASCII dump from an REXP (JRI)

2006-07-18 Thread way4thesub
Hi Simon, Thanks so much for your help. Your advice has been taken to heart. I now pass in blocks of 100,000 records, and it does 100,000 predictions in seconds and returns a logical vector with the predictions to an int array. It works like a charm! I want to reference what we were talking abou

Re: [Rd] Call R function from Java

2006-07-12 Thread way4thesub
Hello, I am currently attempting to use JRI to call data mining functions in R (ie rpart, lda, etc). I am using Eclipse 3.1.1 and jre1.5.0_06 and jdk1.5.0_07. I am unsure how to actually import JRI into eclipse. I've downloaded the JGR, the rJava and the JRI. I've included the jri.jar file in my