contents.m
来自「Jackknife PARAFAC, 用在多维线性分解.」· M 代码 · 共 25 行
M
25 行
%JACK-KNIFING OF PARAFAC MODELS - version 2.03 for MATLAB 6.5-
%
% Jack-knifing is done using leave-one-sample-out segmentation
% and assumes that samples are in the first mode of the array.
%
% jkparafac.m : application of the jack-knife technique to the
% PARAFAC model of the N-way array X. The outputs
% are the N-loadings of the PARAFAC model using
% all the samples (Factorsini, cell array) and the
% N-loadings of the several jack-knife segments
% (Factorsjk, cell array).
%
% ripplot.m : RIP (Resample Influence Plot) plot:sum of squared
% residuals of the mth sample to the model calculated
% in the mth jack-knife iteration versus the sum of
% squares of the difference between the loadings.
% It uses Factorsini and Factorsjk obtained from
% jkparafac.m
%
% impplot.m : IMP (Identity Match Plot) plot: scores obtained
% with the overall model versus scores predicted
% for the mth sample using the PARAFAC model obtained
% in the mth iteration. It uses Factorsini and
% Factorsjk obtained from jkparafac.m
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?