scanRocTpAtFp: Find the ROC true-positive (TP) rate for a given...

Description Usage Arguments Value Author(s) See Also

Description

Find the ROC true-positive (TP) rate for a given false-positive (FP) rate.

Usage

1
2
3
## Default S3 method:
scanRocTpAtFp(truth, data, fpRate, ..., W=NULL, hs=seq(from = 1, to = 10, by = 0.1),
  fit=NULL, shifts=0, verbose=FALSE, .checkArgs=TRUE)

Arguments

truth

An NxM numeric matrix of length N.

data

A NxM numeric matrix of length N.

fpRate

A double in [0,1] specifying the target FP rate.

...

Additional arguments passed to findRocTpAtFp().

W

An optional NxM numeric matrix specifying weights in [0,1] specific to each data points in data.

hs

A double vector with elements equal or greater than one.

fit

...

shifts

A double vector ...

verbose

See Verbose.

.checkArgs

If TRUE, arguments are validated, otherwise not.

Value

Returns a ...

Author(s)

Henrik Bengtsson

See Also

findRocTpAtFp(). findRocSmoothingForTpAtFp().


HenrikBengtsson/aroma.cn.eval documentation built on Dec. 9, 2019, 12:16 p.m.