Re: [R-sig-Geo] Intamap, reduce verbose output of idw method

2013-12-18 Thread jon skoien
Hi Pablo, sorry for a late answer again. I am not sure what is the cause of slow execution of your code. I would either have to look at an example, or you can run it with Rprof(). Then you can see the most time consuming functions, although I am not sure how it works with JIT. If you send the t

Re: [R-sig-Geo] Intamap, reduce verbose output of idw method

2013-12-06 Thread Pablo Alfaro
Hello Jon, thank you so much, it suppressed the verbose output now, and as you suspected it's not the reason for the slowdown. Do you know of anything I can do to speed up the execution of the code? I'm already using the compiler package for the JIT compiling. My data is lat/long, maybe the great

Re: [R-sig-Geo] Intamap, reduce verbose output of idw method

2013-11-25 Thread Jon Olav Skoien
Hi Pablo, I guess you refer to the lines which are printed to show the progress of the cross-validation method used for finding the optimal idw-parameter? I dont think they are slowing down anything, but they are for most cases not adding much information either. There is now a new version on CR

[R-sig-Geo] Intamap, reduce verbose output of idw method

2013-11-22 Thread Pablo Alfaro
Hi, how are you? I'm currently using createIntamapObject to create an interpolation object of class 'idw'. The method is working fine but I'm getting a lot of text output in the console which I suspect is slowing things down. I tried to remove it by setting the debug.level parameter in the params