📄 conload.m
字号:
function Bcon=conload(X,model,mode,options);
%CONLOAD Congruence loadings for PARAFAC, TUCKER and NPLS
% Determines congruence (earlier known as correlation) loadings
% for a specific mode of a model. Congruence loadings look at
% "non-average correlations", hence take differences in offset into
% account.
%
% Note that due to non-orthogonal loadings in PARAFAC,
% individual correlations can add to more than 1. Therefore,
% such loadings are not drawn with ellipses but squares
% added. Use options.force = 'ellipse' or 'square' to force
% one or the other on the plot.
%
% INPUTS:
% X = nway data
% model = parafac, tucker or npls model (plstoolbox structure)
% mode = loading mode to investigate (i.e. mode = 1 for
% samples if they are in the
% first mode)
%
% OPTIONAL INPUTS
% options = modify options
%
% OUTPUT:
% Bcon = Congruence loadings
%
% I/O: Bcon = conload(X,model,mode);
%Copyright Rasmus Bro, 2004
%Licensee shall not re-compile, translate or convert "M-files"
% for use with any software other than MATLAB
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -