Description Usage Arguments Value Author(s) Examples
View source: R/threshold_calc.R
Returns a list of model objects with accuracies and ROC coordinates based on test set. This is a support function that is not intended for the end user to directly use.
1 | threshold_calc(roc_obj, pvalue = 0.05)
|
roc_obj |
A training set outputted from the gen_features function |
pvalue |
A desired level of type I errors, default is 0.05. To get the best accuracy, enter "-9999". |
A list object
Gary Cornwall and Jeffrey Chen
1 2 3 4 | ## Not run:
threshold_calc(roc_obj, pvalue)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.