Modelcache

From Eigenvector Research Documentation Wiki
Revision as of 16:28, 7 October 2008 by 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 ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.