load.model | R Documentation |
Loads a simile model saved as a compiled binary ( a .dll, .so or .dylib file depending on platform)
load.model(path.to.binary)
path.to.binary |
Absolute or relative path to file to be loaded |
Handle to be used for querying or instantiating model, as a Tcl object
Jasper Taylor
model.handle <- load.model("dummy.dll")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.