Nvalidate: Difference between revisions
Jump to navigation
Jump to search
imported>Scott (Created page with "===Purpose=== Validate the number PARAFAC or Tucker components.") |
imported>Mathias |
||
Line 2: | Line 2: | ||
Validate the number PARAFAC or Tucker components. | Validate the number PARAFAC or Tucker components. | ||
===Synopsis=== | |||
:result = nvalidate(x,ncomp,method,options); | |||
:nvalidate(result,x) %Plot earlier results | |||
:nvalidate(x,1:3,'parafac') % Validate 1-3 component PARAFAC models | |||
:nvalidate(x,[1 1 1;3 3 3],'tucker') % validate [1 1 1] to [3 3 3] comp Tucker3 models |
Revision as of 07:05, 2 August 2016
Purpose
Validate the number PARAFAC or Tucker components.
Synopsis
- result = nvalidate(x,ncomp,method,options);
- nvalidate(result,x) %Plot earlier results
- nvalidate(x,1:3,'parafac') % Validate 1-3 component PARAFAC models
- nvalidate(x,[1 1 1;3 3 3],'tucker') % validate [1 1 1] to [3 3 3] comp Tucker3 models