Description Usage Arguments Value
View source: R/convertToOnlineForest.R
Some forests are too large to store in memory and have been saved to disk. They can still be used, but their performance is much slower. If there's enough memory, they can easily be converted into an in-memory forest that is faster to use.
1 | convertToOnlineForest(forest)
|
forest |
The offline forest. |
An online, in memory forst.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.