I had started from 1 instead of 0. I think that was the problem. Thanks for the quick responses.
Thanks, Geethmala On Mon, Jan 25, 2010 at 12:13 PM, Michael Hanke <[email protected]>wrote: > On Mon, Jan 25, 2010 at 11:43:16AM -0500, Geethmala wrote: > > Hi, > > I still have one more doubt. Why does split[1] show only 5 chunks as > opposed > > to 6? > > Isn't split[1] the training set? > > Should be. > > > > -> result = transerror(split[1], split[0]) > > (Pdb) > > > > > > /usr/lib/python2.5/site-packages/mvpa/algorithms/cvtranserror.py(176)_call() > > -> if clf_hastestdataset and expose_testdataset: > > (Pdb) print split[1] > > Dataset / float32 825 x 2 uniq: 5 chunks 2 labels > > (Pdb) print split[0] > > Dataset / float32 326 x 2 uniq: 2 chunks 2 labels > > What does > > dataset.uniquechunks > > give you? > > Michael > > > -- > GPG key: 1024D/3144BE0F Michael Hanke > http://mih.voxindeserto.de > > _______________________________________________ > Pkg-ExpPsy-PyMVPA mailing list > [email protected] > http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa >
_______________________________________________ Pkg-ExpPsy-PyMVPA mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa

