Modelviewer: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(Importing text file)
 
imported>Lyle
No edit summary
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
===Purpose===
===Purpose===
Visualization of multi-way models.
 
Visualization of multi-way models for review.
 
===Synopsis===
===Synopsis===
:model = modelviewer(model,x);
:model = modelviewer(model,x);
===Description===
===Description===
MODELVIEWER provides a graphical view of a model by enabling overview of scores, loadings, residuals etc. in one overall figure. Individual modes can be assessed by clicking plots and enlarged figures created by right-clicking plots.
MODELVIEWER provides a graphical view of a model by enabling overview of scores, loadings, residuals etc. in one overall figure. Individual modes can be assessed by clicking plots and enlarged figures created by right-clicking plots.
INPUTS:
 
* model = PARAFAC, Tucker, or NPLS model, and
For more information on the plots generated for a PARAFAC model, please see [https://www.youtube.com/watch?v=gwjb5tyV3fY this video]
* x  = X-block: predictor block (2-way array or DataSet Object).
 
OUTPUT:
====Inputs====
* model = standard model structure (See MODELSTRUCT).
 
* '''model''' = PARAFAC, Tucker, or NPLS model, and
 
* '''x''' = X-block: predictor block (2-way array or DataSet Object).
 
====Outputs====
 
* '''model''' = standard model structure (See [[Standard Model Structure]]).
 
===See Also===
===See Also===
[[plotgui]], [[plotloads]], [[plotscores]]
 
[[parafac]], [[modelstruct]], [[plotgui]], [[plotloads]], [[plotscores]]

Latest revision as of 09:46, 20 June 2019

Purpose

Visualization of multi-way models for review.

Synopsis

model = modelviewer(model,x);

Description

MODELVIEWER provides a graphical view of a model by enabling overview of scores, loadings, residuals etc. in one overall figure. Individual modes can be assessed by clicking plots and enlarged figures created by right-clicking plots.

For more information on the plots generated for a PARAFAC model, please see this video

Inputs

  • model = PARAFAC, Tucker, or NPLS model, and
  • x = X-block: predictor block (2-way array or DataSet Object).

Outputs

See Also

parafac, modelstruct, plotgui, plotloads, plotscores