in reply to plotting roc curve using roc package
Update: you also probably need to chomp your data lines.while ( <fh> ) { ($a,$b)=split/,/; push @AoA, [ $a, $b ]; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: plotting roc curve using roc package
by GrandFather (Saint) on Aug 02, 2015 at 08:11 UTC | |
by Laurent_R (Canon) on Aug 02, 2015 at 08:20 UTC |