sund package functions
These functions are directly accessible under the sund package.
Public functions
Method |
Description |
---|---|
import_model |
Imports the class of an installed model |
install_model |
Compiles and installs models |
installed_models |
Returns list of installed models |
load_model |
Calls import_model and instantiates an object of the imported class |
uninstall_model |
Uninstalls models |