oc_manual: Set a manual cutpoint for use with cutpointr
Description
This function simply returns cutpoint as the optimal cutpoint.
Mainly useful if bootstrap estimates of the out-of-bag performance of a
given cutpoint are desired, e.g. taking a cutpoint value from the literature.
Usage
oc_manual(cutpoint, ...)
Arguments
cutpoint
(numeric) The fixed cutpoint.
...
To capture further arguments that are always passed to the method
function by cutpointr. The cutpointr function passes data, x, class,
metric_func, direction, pos_class and neg_class to the method function.