Hi All,

I was wondering if it was possible to enable ca.stats when just using

clf = LinearCSVMC()
clf.train(ds1)
predictions = clf.predict(ds2.samples)

I get the overall accuracy but I need to see the matrix, And since I'm
using two datasets to train and predict on I'm not sure how to do that with
a cross validation classifier.

Thanks
Jessica
_______________________________________________
Pkg-ExpPsy-PyMVPA mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-exppsy-pymvpa

Reply via email to