Modelcache: Difference between revisions
Jump to navigation
Jump to search
imported>Scott (New page: ===Purpose=== Stores and retrieves models in the model cache. ===Synopsis=== : modelcache(model) : modelcache(model,data) : modelcache(model,data,prediction) : modelcache list ...) |
(No difference)
|
Revision as of 15:28, 7 October 2008
Purpose
Stores and retrieves models in the model cache.
Synopsis
- modelcache(model)
- modelcache(model,data)
- modelcache(model,data,prediction)
- modelcache list %list all cached objects
- modelcache clear %manually purge cache
- modelcache settings %modify modelcache settings
- success = modelcache('setdescription','name','description')
- obj = modelcache('get',name) %retrieve object from cache by name
- list = modelcache('whos') %return whos-style structure of objects
Description
Modelcache stores models and data upon calculation in the analysis interface. See this manual page for more information.