Java-R integration?

后端 未结 8 1157
南方客
南方客 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:19

    This seems to be an old question. However Rserve and rJava are two good packages to integrate R with Java. Following blogs explain usage of both these libraries.

    For rJava: http://www.codophile.com/how-to-integrate-r-with-java-using-rjava/

    For Rserve: http://www.codophile.com/how-to-integrate-r-with-java-using-rserve/

    I hope this will help.

提交回复
热议问题