I have some classification models that I developed in R with features such as glm, rpart, etc. What is the most computationally efficient way to name these models with Java? I saw a JRI, but it looks like there are many text calls to R.
Is there a way to use these models with Java with low overhead?
Thomas Johnson
source share