Java-R integration?

后端 未结 8 1158
南方客
南方客 2020-11-30 21:05

I have a Java app which needs to perform partial least squares regression. It would appear there are no Java implementations of PLSR out there. Weka might have had something

8条回答
  •  半阙折子戏
    2020-11-30 21:32

    I had similar need a while back and tested a few of the interfaces to R. The one I found to be the best for my needs (windows, c#) was Rserve which I believe is written in Java. My only gripe with it is that it wasn't 64-bit. I used a simple client written in c# and it worked very well. I'm sure the Java client is a lot better.

提交回复
热议问题