├── Exp_Rank_robustness.m ├── Exp_quick_test.m ├── README.md ├── Support_Toolbox.zip ├── TRLRF.m ├── TR_functions ├── Gfold.m ├── Gunfold.m ├── Msum_fun.m ├── PSNR_RGB.m ├── Pro2TraceNorm.m ├── RSE_fun.m ├── TRWOPT │ ├── TR_full_Z_k.m │ ├── WTR.m │ ├── X_sb_k2X.m │ ├── Z_kmode_devide.m │ ├── Z_neq.m │ ├── Zm2Zt.m │ ├── Zm2Zv.m │ ├── Zt2Zm.m │ ├── Zv2Zm.m │ ├── tenmat_sb.m │ └── tr_wfg.m ├── TR_ALS │ ├── Einstein.m │ ├── PlotFunction │ │ ├── Data2Video.m │ │ └── columnlegend.m │ ├── README.md │ ├── TR_ALS.m │ ├── TensorRing │ │ ├── Completion_TR.m │ │ ├── T2M.m │ │ ├── T2V.m │ │ ├── TCP.m │ │ ├── TR_Initialization.m │ │ ├── TensPermute.m │ │ ├── U2Ui_r.m │ │ ├── Ui2U.m │ │ ├── Updata_U1.m │ │ ├── demo.m │ │ ├── left_unfold.m │ │ └── right_unfold.m │ ├── Video.m │ ├── YaleFace.m │ └── tight_subplot │ │ ├── license.txt │ │ └── tight_subplot.m ├── TR_initcoreten.m ├── TR_randcoreten.m ├── coreten2tr.m ├── gen_W.m ├── imdisp.m ├── initcoreten.m ├── mean2.m ├── my_SVC.m ├── mymatten.m ├── mynmodeproduct.m ├── mytenmat.m ├── ssim_index.m ├── subtightplot.m ├── sum_exempt.m ├── tFold.m ├── tUnfold.m └── tenmat2tensor.m └── lena.bmp /Exp_Rank_robustness.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/Exp_Rank_robustness.m -------------------------------------------------------------------------------- /Exp_quick_test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/Exp_quick_test.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/README.md -------------------------------------------------------------------------------- /Support_Toolbox.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/Support_Toolbox.zip -------------------------------------------------------------------------------- /TRLRF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TRLRF.m -------------------------------------------------------------------------------- /TR_functions/Gfold.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/Gfold.m -------------------------------------------------------------------------------- /TR_functions/Gunfold.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/Gunfold.m -------------------------------------------------------------------------------- /TR_functions/Msum_fun.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/Msum_fun.m -------------------------------------------------------------------------------- /TR_functions/PSNR_RGB.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/PSNR_RGB.m -------------------------------------------------------------------------------- /TR_functions/Pro2TraceNorm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/Pro2TraceNorm.m -------------------------------------------------------------------------------- /TR_functions/RSE_fun.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/RSE_fun.m -------------------------------------------------------------------------------- /TR_functions/TRWOPT/TR_full_Z_k.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TRWOPT/TR_full_Z_k.m -------------------------------------------------------------------------------- /TR_functions/TRWOPT/WTR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TRWOPT/WTR.m -------------------------------------------------------------------------------- /TR_functions/TRWOPT/X_sb_k2X.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TRWOPT/X_sb_k2X.m -------------------------------------------------------------------------------- /TR_functions/TRWOPT/Z_kmode_devide.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TRWOPT/Z_kmode_devide.m -------------------------------------------------------------------------------- /TR_functions/TRWOPT/Z_neq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TRWOPT/Z_neq.m -------------------------------------------------------------------------------- /TR_functions/TRWOPT/Zm2Zt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TRWOPT/Zm2Zt.m -------------------------------------------------------------------------------- /TR_functions/TRWOPT/Zm2Zv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TRWOPT/Zm2Zv.m -------------------------------------------------------------------------------- /TR_functions/TRWOPT/Zt2Zm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TRWOPT/Zt2Zm.m -------------------------------------------------------------------------------- /TR_functions/TRWOPT/Zv2Zm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TRWOPT/Zv2Zm.m -------------------------------------------------------------------------------- /TR_functions/TRWOPT/tenmat_sb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TRWOPT/tenmat_sb.m -------------------------------------------------------------------------------- /TR_functions/TRWOPT/tr_wfg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TRWOPT/tr_wfg.m -------------------------------------------------------------------------------- /TR_functions/TR_ALS/Einstein.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_ALS/Einstein.m -------------------------------------------------------------------------------- /TR_functions/TR_ALS/PlotFunction/Data2Video.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_ALS/PlotFunction/Data2Video.m -------------------------------------------------------------------------------- /TR_functions/TR_ALS/PlotFunction/columnlegend.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_ALS/PlotFunction/columnlegend.m -------------------------------------------------------------------------------- /TR_functions/TR_ALS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_ALS/README.md -------------------------------------------------------------------------------- /TR_functions/TR_ALS/TR_ALS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_ALS/TR_ALS.m -------------------------------------------------------------------------------- /TR_functions/TR_ALS/TensorRing/Completion_TR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_ALS/TensorRing/Completion_TR.m -------------------------------------------------------------------------------- /TR_functions/TR_ALS/TensorRing/T2M.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_ALS/TensorRing/T2M.m -------------------------------------------------------------------------------- /TR_functions/TR_ALS/TensorRing/T2V.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_ALS/TensorRing/T2V.m -------------------------------------------------------------------------------- /TR_functions/TR_ALS/TensorRing/TCP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_ALS/TensorRing/TCP.m -------------------------------------------------------------------------------- /TR_functions/TR_ALS/TensorRing/TR_Initialization.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_ALS/TensorRing/TR_Initialization.m -------------------------------------------------------------------------------- /TR_functions/TR_ALS/TensorRing/TensPermute.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_ALS/TensorRing/TensPermute.m -------------------------------------------------------------------------------- /TR_functions/TR_ALS/TensorRing/U2Ui_r.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_ALS/TensorRing/U2Ui_r.m -------------------------------------------------------------------------------- /TR_functions/TR_ALS/TensorRing/Ui2U.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_ALS/TensorRing/Ui2U.m -------------------------------------------------------------------------------- /TR_functions/TR_ALS/TensorRing/Updata_U1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_ALS/TensorRing/Updata_U1.m -------------------------------------------------------------------------------- /TR_functions/TR_ALS/TensorRing/demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_ALS/TensorRing/demo.m -------------------------------------------------------------------------------- /TR_functions/TR_ALS/TensorRing/left_unfold.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_ALS/TensorRing/left_unfold.m -------------------------------------------------------------------------------- /TR_functions/TR_ALS/TensorRing/right_unfold.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_ALS/TensorRing/right_unfold.m -------------------------------------------------------------------------------- /TR_functions/TR_ALS/Video.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_ALS/Video.m -------------------------------------------------------------------------------- /TR_functions/TR_ALS/YaleFace.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_ALS/YaleFace.m -------------------------------------------------------------------------------- /TR_functions/TR_ALS/tight_subplot/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_ALS/tight_subplot/license.txt -------------------------------------------------------------------------------- /TR_functions/TR_ALS/tight_subplot/tight_subplot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_ALS/tight_subplot/tight_subplot.m -------------------------------------------------------------------------------- /TR_functions/TR_initcoreten.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_initcoreten.m -------------------------------------------------------------------------------- /TR_functions/TR_randcoreten.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/TR_randcoreten.m -------------------------------------------------------------------------------- /TR_functions/coreten2tr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/coreten2tr.m -------------------------------------------------------------------------------- /TR_functions/gen_W.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/gen_W.m -------------------------------------------------------------------------------- /TR_functions/imdisp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/imdisp.m -------------------------------------------------------------------------------- /TR_functions/initcoreten.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/initcoreten.m -------------------------------------------------------------------------------- /TR_functions/mean2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/mean2.m -------------------------------------------------------------------------------- /TR_functions/my_SVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/my_SVC.m -------------------------------------------------------------------------------- /TR_functions/mymatten.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/mymatten.m -------------------------------------------------------------------------------- /TR_functions/mynmodeproduct.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/mynmodeproduct.m -------------------------------------------------------------------------------- /TR_functions/mytenmat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/mytenmat.m -------------------------------------------------------------------------------- /TR_functions/ssim_index.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/ssim_index.m -------------------------------------------------------------------------------- /TR_functions/subtightplot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/subtightplot.m -------------------------------------------------------------------------------- /TR_functions/sum_exempt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/sum_exempt.m -------------------------------------------------------------------------------- /TR_functions/tFold.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/tFold.m -------------------------------------------------------------------------------- /TR_functions/tUnfold.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/tUnfold.m -------------------------------------------------------------------------------- /TR_functions/tenmat2tensor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/TR_functions/tenmat2tensor.m -------------------------------------------------------------------------------- /lena.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuanlonghao/TRLRF/HEAD/lena.bmp --------------------------------------------------------------------------------