get_cutoff_threshold {kgraph}R Documentation

Get cut-off threshold

Description

Get cut-off threshold

Usage

get_cutoff_threshold(roc_obj, specificity_lvl = 0.95)

Arguments

roc_obj

Object returned by pROC::roc

specificity_lvl

Specificity threshold (default 0.95 is equivalent to 5 percent false positives, and 0.9 to 10 percent false positives)

Value

Similarity value threshold


[Package kgraph version 1.2.0 Index]