powered by
Loads a simile model saved as a compiled binary ( a .dll, .so or .dylib file depending on platform)
load.model(path.to.binary)
Handle to be used for querying or instantiating model, as a Tcl object
Absolute or relative path to file to be loaded
Jasper Taylor
model.handle <- load.model("dummy.dll")
Run the code above in your browser using DataLab