ftpara02.m

来自「Tucker, PARAFAC, GRAM, RAFA and misc. 2n」· M 代码 · 共 7 行

M
7
字号
function [A,B,C]=ftpara02(X,r1,r2,r3,W,startmode,convlim,Ai,Bi,Ci);
%function [A B C]=ftpara02(X,r1,r2,r3,W,startmode,convlim,Ai,Bi,Ci);
%
%This PARAFAC/CANDECOMP program calculates the W factors in
%the problem X approx. = sum (A(w)*B(w)*C(w)) for w=1,2,...,W;
%Solutions are found as the least squares solutions to the 
%equation: min( sum(w) ||X(w) - AD(w)B'||

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?