View source: R/bart_package_builders.R
destroy_bart_machine | R Documentation |
A deprecated function that previously was responsible for cleaning up the RAM associated with a BART model. This is now handled natively by R's garbage collection.
destroy_bart_machine(bart_machine)
bart_machine |
deprecated — do not use! |
Removing a “bart_machine” object from R
previously did not free heap space from Java.
Since BART objects can consume a large amount of RAM, it is important to remove
these objects by calling this function if they are no longer needed or many BART
objects are being created. This operation is now taken care of by R's garbage collection.
This function is deprecated and should not be used. However, running it is harmless.
None.
Adam Kapelner and Justin Bleich
##None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.