RocCurve.opCall

Create a RocCurve. classATs are the test statistics that are "supposed" to be bigger, classBTs are the test statistics that are "supposed to be smaller. Both R1 and R2 must be input ranges with elements implicitly convertible to double.

class RocCurve
static
opCall
(
R1
R2
)
if (
isNumeric!(ElementType!R1) &&
isNumeric!(ElementType!R2)
)

Meta