Evrimodel

From Eigenvector Research Documentation Wiki
Revision as of 09:24, 23 October 2013 by imported>Neal (Created page with "===synopsis=== evrimodel/evrimodel Builds an EVRI Model Object. EVRIModel object is a generic object which contains a standard Eigenvector model object. The model can be ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

synopsis

evrimodel/evrimodel Builds an EVRI Model Object.
 EVRIModel object is a generic object which contains a standard
 Eigenvector model object. The model can be either "empty" (uncalibrated),
 "calibrated", or "applied" (a prediction on new data). The examples below
 show building and applying a model using the object's built-in methods.
 Models are also output from numerous PLS_Toolbox functions (in the
 already calibrated or already applied state.) The content of these models
 can be interrogated through the model properties (the exact fields
 available depend on the model type and can be accessed through the
 "fieldnames" method). The models can also be used through the standard
 methods as described below.