Description Usage Arguments Author(s) Examples
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.
1 | setJavaMemory( memoryInMB )
|
memoryInMB |
Integer specifying the amount of memory (MB) |
Jaak Simm
1 2 | ## use 2G memory
setJavaMemory(2000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.