in reply to Re: plotting roc curve using roc package
in thread plotting roc curve using roc package
Hello GrandFather,
chomp; push @AoA, [split /,/];
This will work only if there is no more than one pair of values on each line of input data (which, from the OP, I’m guessing is not the case). Otherwise, @AoA will end up like this:
[ 0.9883817, "1 0.770431568", "1 0.983195895", "1 0.812109932", "1 0.901505931", "1 0.72431528", "1 0.73553418", "1 0.724572657", 1, ]
:-(
| Athanasius <°(((>< contra mundum | Iustus alius egestas vitae, eros Piratica, |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: plotting roc curve using roc package
by GrandFather (Saint) on Aug 02, 2015 at 09:15 UTC | |
by roboticus (Chancellor) on Aug 02, 2015 at 15:09 UTC |