get.options.roc | R Documentation |
Use this function to get the required options for search.bin, estim.bin, or s.roc functions.
get.options.roc(
lowerThreshold = 0,
upperThreshold = 1,
epsilon = 1e-12,
pessimistic = FALSE,
costs = NULL,
costMatrix = NULL
)
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 |
See details of s.roc function.
A list with the given options.
search.bin, estim.bin, s.roc
# See 's.roc' function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.