IrvingShu / XQDA

Other
4 stars 2 forks source link

DEMOxqda.m what's the meaning of numClass=632? #2

Open Deeplearning20 opened 6 years ago

Deeplearning20 commented 6 years ago

I don't understand the meaning of numClass=632. My data set has 71 pairs. How much should my numClass be set?

numClass = 632;
numFolds = 10; numRanks = 100;

%% load the extracted LOMO features load(feaFile, 'descriptors');