MVGL icon indicating copy to clipboard operation
MVGL copied to clipboard

Error in MVGL_demo

Open Javedayesha opened this issue 7 years ago • 7 comments

I encounter following error whenever i tries to run MVGL_demo.m file.Kindly help me out. Error in MVGL_demo (line 13) y0 = truth; mvgl

Javedayesha avatar Jul 17 '18 17:07 Javedayesha

@Javedayesha You need a dataset. Do you load a dataset? You can download UCI digits at: https://archive.ics.uci.edu/ml/machine-learning-databases/mfeat/

kunzhan avatar Jul 17 '18 23:07 kunzhan

Thanks! Do i have to uncomment all the lines.and where do i find all these files? %load('Number123456.mat'); islocal_1 = 0;islocal_2 = 0; k = 15; %fianl % load('NH_p4660.mat'); islocal_1 = 1;islocal_2 = 1; k = 50; %final % load('C101_p1474.mat'); islocal_1 = 1;islocal_2 = 1; k = 40; %final % load('COIL_20.mat'); islocal_1 = 1;islocal_2 = 1; k = 3; %final

Actually i am not understanding where do i add dataset files. because i get same error when i added dataset u specified.

Javedayesha avatar Jul 18 '18 17:07 Javedayesha

https://archive.ics.uci.edu/ml/machine-learning-databases/mfeat/mfeat.info

there are ten digits and each 200 samples belong to a class.

kunzhan avatar Jul 19 '18 00:07 kunzhan

@Javedayesha you can run the code of figure_03.m firstly to understand it. :)

kunzhan avatar Jul 19 '18 00:07 kunzhan

@kunzhan How can you tell which formulas you have used to validate this techniques i.e. performance evaluation?

Javedayesha avatar Oct 28 '18 09:10 Javedayesha

@Javedayesha

NMI and ARI can be found at: http://users.umiacs.umd.edu/~abhishek/code_coregspectral.zip

Others can be found at https://raw.githubusercontent.com/zzz123xyz/projectX2/bd56880696ef2be9718d353dae11f17dec004e11/ClusteringMeasure.m

kunzhan avatar Oct 28 '18 10:10 kunzhan

Have you solved this problem???

Multiviewdata avatar Jul 29 '20 11:07 Multiviewdata