powered by
Configure how a minimum confidence threshold is estimated during fit().
fit()
pat_confidence_threshold( method = c("rhs_baseline", "support_adaptive", "fixed"), value = 0.8, margin = 0.1, scale = 1, min = 0.5, max = 0.95 )
A pat_confidence_threshold object.
pat_confidence_threshold
Strategy name: "fixed", "rhs_baseline", or "support_adaptive".
"fixed"
"rhs_baseline"
"support_adaptive"
Fixed confidence used by "fixed".
Added to the RHS baseline confidence for "rhs_baseline".
Multiplicative factor used by "support_adaptive".
Minimum allowed confidence.
Maximum allowed confidence.
pat_confidence_threshold("rhs_baseline", margin = 0.1, min = 0.5) pat_confidence_threshold("support_adaptive", min = 0.6, max = 0.9)
Run the code above in your browser using DataLab