read_literanger | R Documentation |
Read the random forest from a file or connection using light-weight serialization for C++ objects.
read_literanger(file, verbose = TRUE, ...)
file |
A connection or the name of a file containing a serialized
|
verbose |
Show additional serialization information (not implemented). |
... |
Further arguments passed to |
This function uses 'cereal' light-weight serialization to
read a literanger object (random forest) from a file or connection. The
file is usually the result of a call to write_literanger()
. The random
forest returned can be used for prediction immediately upon return, and does
not require the original training data or training environment.
A literanger
random forest object
stephematician <stephematician@gmail.com
write_literanger()
readRDS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.