get.options.roc {ldt} | R Documentation |
Get Options for ROC and AUC Calculations
Description
Use this function to get the required options for search.bin, estim.bin, or s.roc functions.
Usage
get.options.roc(
lowerThreshold = 0,
upperThreshold = 1,
epsilon = 1e-12,
pessimistic = FALSE,
costs = NULL,
costMatrix = NULL
)
Arguments
lowerThreshold |
A number representing the lower bound for calculating partial AUC. |
upperThreshold |
A number representing the upper bound for calculating partial AUC. |
epsilon |
A small number used to ignore small floating point differences when comparing scores. |
pessimistic |
If |
costs |
The cost of each observation. If |
costMatrix |
A |
Details
See details of s.roc function.
Value
A list with the given options.
See Also
Examples
# See 's.roc' function.