Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

setJavaMemory

Utility function for setting Java memory.


Description

Function for setting JVM memory, specified in MB. If you get java.lang.OutOfMemoryError you can use this function to increase the memory available to ExtraTrees.

Usage

setJavaMemory( memoryInMB )

Arguments

memoryInMB

Integer specifying the amount of memory (MB)

Author(s)

Jaak Simm

Examples

## use 2G memory
  setJavaMemory(2000)

extraTrees

Extremely Randomized Trees (ExtraTrees) Method for Classification and Regression

v1.0.5
Apache License 2.0
Authors
Jaak Simm, Ildefons Magrans de Abril
Initial release
2014-12-27

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.