Display covariance;
imagesc(cov(data));
Sunday, December 25, 2011
Monday, December 19, 2011
ROC using perfcurve :
[X,Y,T,AUC] = perfcurve(labels,scores,posclass)
Perf curve returns points on ROC curve. To obtain more robust results using multiple iteration; labels and scores should be cell array containing multiple iteration labels. In this case it returns Mx3 matrix for X , Y , AUC , first column represents the mean value and others are bounds.
[X,Y,T,AUC] = perfcurve(labels,scores,posclass)
Perf curve returns points on ROC curve. To obtain more robust results using multiple iteration; labels and scores should be cell array containing multiple iteration labels. In this case it returns Mx3 matrix for X , Y , AUC , first column represents the mean value and others are bounds.
Wednesday, December 14, 2011
Subscribe to:
Comments (Atom)
Turkce Tekerlemeler 17
Binilen at binek ise, inilen at inektir
-
Real Time Transcription: In TV channels I realize that text is a little bit coming late after the speech. So , I think they are using...
-
Run following command in js console if you want make web sites audible with a click document.getElementsByTagName("p")].map(p =...
-
It is difficult to create robot that cleans our arbitrary dirty dishes. However , if we put some digital information on dishes (special des...