资源简介
张量分解程序,支持平行因子分解模型和TUCKER分解模型
代码片段和文件信息
function [G]=calcore(XFactorsOptionsOMissingExist);
%CALCORE Calculate the Tucker core
%
%
% [G]=calcore(XFactorsOptions);
% [G]=calcore(XFactors);
%
% This algorithm applies to the general N-way case so
% the unfolded X can have any number of dimensions. The principles of
% ‘projections‘ and ‘systematic unfolding methodology (SUM)‘ are used
% in this algorithm so orthogonality is required.
% This algorithm can handle missing values in X and
% also allows for TUCKER2 models using the an empty matrix in the
% corresponding cell of Factors.
% The variable ‘Factors‘ must contain the stringed-out factors.
% Copyright (C) 1995-2006 Rasmus Bro & Claus Andersson
% Copenhagen University DK-1958 Frederiksberg Denmark rb@life.ku.dk
%
% This program is free software
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1394760 2007-05-09 19:44 testset1.mat
文件 93192 2007-05-09 19:44 testset2.mat
文件 432 2007-05-09 19:44 tuck.mat
文件 4442 2007-05-09 19:44 tuckdemo.m
文件 36263 2011-05-02 09:27 tucker.m
文件 21793 2007-07-03 22:03 tucker2.m
文件 4885 2007-05-09 19:44 tucktest.m
文件 2298 2007-05-09 19:44 two2n.m
文件 3040 2007-05-09 19:44 ulsr.m
文件 1938 2007-05-09 19:44 unimodal.m
文件 5308 2007-05-09 19:44 unimodalcrossproducts.m
文件 1616 2007-05-09 19:44 brod.mat
文件 3718 2007-05-09 19:43 calcore.m
文件 1348 2007-05-15 08:31 ckron.m
文件 492152 2007-05-09 19:44 claus.mat
文件 667 2007-05-09 19:43 cmatrep.m
文件 154 2007-05-09 19:43 complpol.m
文件 4580 2007-07-15 22:12 contents.m
文件 7557 2007-05-09 19:43 corcond.m
文件 1405 2011-05-20 19:50 coredian.m
文件 1857 2011-05-20 19:51 coreswdn.m
文件 1294 2007-05-09 19:43 corevarn.m
文件 1417392 2007-05-09 19:44 dataset1.mat
文件 1403840 2007-05-09 19:44 dataset1res.mat
文件 1564496 2007-05-09 19:44 dataset2res.mat
文件 1565536 2007-05-09 19:44 dataset3res.mat
文件 640 2007-05-09 19:43 def.mat
文件 1310 2007-05-09 19:43 demos.m
文件 2770 2007-05-09 19:43 derdia3.m
文件 3069 2007-05-09 19:43 derswd3.m
文件 4067 2007-05-09 19:43 dervar3.m
............此处省略61个文件信息
评论
共有 条评论