Young Jae Woo

Results 1 issues of Young Jae Woo

Hi, I don't think roc function is working properly. Here's an example. `gt = [1,2,1,2,1,2,1,2,1,2]` `pr = [1,1,1,1,1,1,1,1,1,1]` `roc(gt, pr)` This produces p = 10 n = 0 tp =...