Evrimodel: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
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 ...")
 
imported>Neal
Line 1: Line 1:
===synopsis===
===purpose===
evrimodel/evrimodel Builds an EVRI Model Object.
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.

Revision as of 09:27, 23 October 2013

purpose

EVRIMODEL Builds an EVRI Model Object.