Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in MVGL_demo #1

Open
Javedayesha opened this issue Jul 17, 2018 · 7 comments
Open

Error in MVGL_demo #1

Javedayesha opened this issue Jul 17, 2018 · 7 comments

Comments

@Javedayesha
Copy link

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

@kunzhan
Copy link
Owner

kunzhan commented Jul 17, 2018

@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/

@Javedayesha
Copy link
Author

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.

@kunzhan
Copy link
Owner

kunzhan commented Jul 19, 2018

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 kunzhan closed this as completed Jul 19, 2018
@kunzhan
Copy link
Owner

kunzhan commented Jul 19, 2018

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

@kunzhan kunzhan reopened this Jul 19, 2018
@Javedayesha
Copy link
Author

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

@Multiviewdata
Copy link

Have you solved this problem???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants