Modelcache

From Eigenvector Research Documentation Wiki
Revision as of 10:12, 21 September 2011 by imported>Scott
Jump to navigation Jump to search

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