R/setMemory.R

setJavaMemory <- function(memoryInMB) {
  .jinit("ExtraTrees.jar", 
         parameters = sprintf("-Xmx%dm", memoryInMB), 
         force.init = TRUE)
}

Try the extraTrees package in your browser

Any scripts or data that you put into this service are public.

extraTrees documentation built on May 2, 2019, 2:31 p.m.