You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2018. It is now read-only.
Hi, I have read code in classification and I got some problems:
line 68-69 in classification.c
mat = Mat_Open("/data1/sguo/CCDC/classification/Xs.mat",MAT_ACC_RDONLY);
mat2 = Mat_Open("/data1/sguo/CCDC/classification/Ys.mat",MAT_ACC_RDONLY);
I'm not quite sure about the input files Xs.mat and Ys.mat. I think they might be the samples(Xs.mat) and labels(Ys.mat), but I dont know the structure of these files. And is Xs.mat created with the result of CCDC? Can you give me an example or demo files?
2.I am confused with the meaning of virable ref_x and x.