• 大小: 371KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-10
  • 语言: 其他
  • 标签: 低秩  LR  alm  

资源简介

低秩矩阵分解代码,inexact alm

资源截图

代码片段和文件信息

function y = choosvd( n d)

if n <= 100 
    if d / n <= 0.02
        y = 1;
    else
        y = 0;
    end
elseif n <= 200
    if d / n <= 0.06
        y = 1;
    else
        y = 0;
    end
elseif n <= 300
    if d / n <= 0.26
        y = 1;
    else
        y = 0;
    end
elseif n <= 400
    if d / n <= 0.28
        y = 1;
    else
        y = 0;
    end
elseif n <= 500
    if d / n <= 0.34
        y = 1;
    else
        y = 0;
    end
else
    if d / n <= 0.38
        y = 1;
    else
        y = 0;
    end
end

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-09-15 10:46  inexact alm\
     目录           0  2014-09-15 10:46  inexact alm\__MACOSX\
     目录           0  2014-09-15 10:46  inexact alm\__MACOSX\inexact_alm_rpca\
     文件          82  2009-10-31 23:23  inexact alm\__MACOSX\inexact_alm_rpca\._.DS_Store
     文件         171  2009-10-31 23:23  inexact alm\__MACOSX\inexact_alm_rpca\._inexact_alm_rpca.m
     目录           0  2014-12-29 15:58  inexact alm\inexact_alm_rpca\
     文件        6148  2009-10-31 23:23  inexact alm\inexact_alm_rpca\.DS_Store
     目录           0  2014-09-15 10:46  inexact alm\inexact_alm_rpca\PROPACK\
     文件         202  1998-12-07 23:24  inexact alm\inexact_alm_rpca\PROPACK\Afunc.m
     文件         224  1998-12-07 23:25  inexact alm\inexact_alm_rpca\PROPACK\AtAfunc.m
     文件         232  1998-12-07 23:25  inexact alm\inexact_alm_rpca\PROPACK\Atransfunc.m
     文件         293  1998-12-07 23:25  inexact alm\inexact_alm_rpca\PROPACK\Cfunc.m
     文件         987  2009-07-02 14:28  inexact alm\inexact_alm_rpca\PROPACK\bdsqr.m
     文件       74546  2004-03-18 04:12  inexact alm\inexact_alm_rpca\PROPACK\bdsqr.mexglx
     文件       25208  2004-03-18 05:39  inexact alm\inexact_alm_rpca\PROPACK\bdsqr.mexsg
     文件       26109  2000-05-01 07:18  inexact alm\inexact_alm_rpca\PROPACK\bdsqr.mexsg64
     文件       95852  2000-05-26 08:14  inexact alm\inexact_alm_rpca\PROPACK\bdsqr.mexsol
     文件       55808  2009-03-14 16:23  inexact alm\inexact_alm_rpca\PROPACK\bdsqr.mexw32
     文件        2102  2004-03-18 03:41  inexact alm\inexact_alm_rpca\PROPACK\bdsqr_mex.c
     文件        1504  2000-05-29 17:52  inexact alm\inexact_alm_rpca\PROPACK\compute_int.m
     文件         445  2004-03-18 03:28  inexact alm\inexact_alm_rpca\PROPACK\dbdqr.f
     文件      256353  1998-09-08 03:13  inexact alm\inexact_alm_rpca\PROPACK\helio.mat
     文件        3544  2000-05-27 07:45  inexact alm\inexact_alm_rpca\PROPACK\lanbpro.doc
     文件       19514  2000-06-08 08:27  inexact alm\inexact_alm_rpca\PROPACK\lanbpro.m
     文件        3544  2000-05-27 08:40  inexact alm\inexact_alm_rpca\PROPACK\lanbpro.txt
     文件        2522  2000-05-27 07:45  inexact alm\inexact_alm_rpca\PROPACK\laneig.doc
     文件        9695  2001-08-16 03:57  inexact alm\inexact_alm_rpca\PROPACK\laneig.m
     文件        2522  2000-05-27 08:40  inexact alm\inexact_alm_rpca\PROPACK\laneig.txt
     文件        3336  2000-05-27 07:46  inexact alm\inexact_alm_rpca\PROPACK\lanpro.doc
     文件       14762  2000-05-10 07:20  inexact alm\inexact_alm_rpca\PROPACK\lanpro.m
     文件        3336  2000-05-27 08:40  inexact alm\inexact_alm_rpca\PROPACK\lanpro.txt
............此处省略30个文件信息

评论

共有 条评论