Modelcache: Difference between revisions

From Eigenvector Research Documentation Wiki
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 ...)
 
imported>Scott
No edit summary
Line 19: Line 19:


Modelcache stores models and data upon calculation in the [[analysis]] interface. See this [[Model Cache| manual]] page for more information.
Modelcache stores models and data upon calculation in the [[analysis]] interface. See this [[Model Cache| manual]] page for more information.
===See Also===
[[evridir]]

Revision as of 10:12, 21 September 2011

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.

See Also

evridir