Plot_Explained_Variance
Location: ..\cubatch\Model_PARAFAC\private\Plot_Explained_Variance.m
function
[Axes,MO] = Plot_Explained_Variance (PlotStruct,ModelOut,MainFig);
Description:
Plots the %EV (% Explained Variation) vs F of the current
model(s) as a bar plot. If present, validation and prediction %EV are also plot
along with the model. For the axes specified by Axes the
'ModelOut'
application-defined data is set, and it contains a copy of ModelOut.(employed
by PARAFACDisplayInfo)
Inputs:
PlotStruct:
PlotStruct structure
ModelOut: ModelOut
structure for the current model
MainFig: main figure handle
Outputs:
Axes: handle of the axes where the %EV is plot
MO: empty
Called by:
Model_PARAFAC\PARAFACActivatePlots
NB. The
actual
call is made from
PARAFACPlot via feval
and not from
Model_PARAFAC\PARAFACActivatePlots.
Subroutines:
Internal: None
External:
None
Author:
Giorgio Tomasi
Royal Agricultural and Veterinary University
MLI, LMT, Chemometrics group
Rolighedsvej 30
DK-1958 Frederiksberg C
Danmark
Last modified: 11-Oct-2002 18:36:40
Contact: Giorgio Tomasi, gt@kvl.dk
References