findRocSmoothingForTpAtFp: Find the amount of smoothing needed to obtain a minimum...

Description Usage Arguments Value Author(s) See Also

Description

Find the amount of smoothing needed to obtain a minimum true-positive (TP) rate at a give false-positive (FP) rate.

Usage

1
2
3
## Default S3 method:
findRocSmoothingForTpAtFp(truth, data, fpRate=0.05, minTpRate=0.95, nstepsR=2,
  accTp=0.001, accR=0.01, ..., verbose=FALSE, .checkArgs=TRUE)

Arguments

truth

A numeric vector of length N.

data

A numeric vector of length N.

fpRate

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

minTpRate

A double in [0,1] specifying the minimum TP rate.

nstepsR

An integer ...

accTp

A double specifying the accuracy ...

accR

A double specifying the accuracy ...

...

Additional arguments passed to findRocTpAtFp().

verbose

See Verbose.

.checkArgs

If TRUE, arguments are validated, otherwise not.

Value

Returns a positive double scalar.

Author(s)

Henrik Bengtsson

See Also

findRocTpAtFp(). scanRocTpAtFp().


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