[R] real time R

2011-01-05 Thread Marcelo Barbudas
Hi, We're using R in an application where asking for a probability of an event takes about 130ms. What could we do to take that down to 30ms-40ms? The query code uses randomforest, knn. -- M. __ R-help@r-project.org mailing list

Re: [R] real time R

2011-01-05 Thread Uwe Ligges
On 05.01.2011 17:10, Marcelo Barbudas wrote: Hi, We're using R in an application where asking for a probability of an event takes about 130ms. What could we do to take that down to 30ms-40ms? The query code uses randomforest, knn. Use a machine that is 4 times faster? Otherwise: Use

Re: [R] real time R

2011-01-05 Thread Barry Rowlingson
On Wed, Jan 5, 2011 at 4:10 PM, Marcelo Barbudas nos...@gmail.com wrote: Hi, We're using R in an application where asking for a probability of an event takes about 130ms. What could we do to take that down to 30ms-40ms? The query code uses randomforest, knn. That's a fairly vague