Modelcache

From Eigenvector Documentation Wiki

Jump to: navigation, 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.

Views
Personal tools