Hi,
I'm trying to run the following lines of code however, I'm getting an error that "I need a MIL dataset". I'm not sure what am I missing. allfeats is 200X4096 dimension matrix. Can you please help.
allfeats=double([posfeats;negfeats]);
lab = genlab([100 100]);
bagid = genlab([50 50 50 50]);
a = genmil(allfeats,lab,bagid)
w1 = miles(a,10,'r',1);
Thanks
Hi,
I'm trying to run the following lines of code however, I'm getting an error that "I need a MIL dataset". I'm not sure what am I missing. allfeats is 200X4096 dimension matrix. Can you please help.
allfeats=double([posfeats;negfeats]);
lab = genlab([100 100]);
bagid = genlab([50 50 50 50]);
a = genmil(allfeats,lab,bagid)
w1 = miles(a,10,'r',1);
Thanks