rhino_health.lib.metrics.froc#

Module Contents#

Classes#

FRoc

Performs a Free-response Receiver Operating Characteristic calculation

FRocWithCI

Performs a Free-response Receiver Operating Characteristic calculation with Bootstrapping using Confidence Intervals

class rhino_health.lib.metrics.froc.FRoc#

Bases: rhino_health.lib.metrics.base_metric.BaseMetric

Performs a Free-response Receiver Operating Characteristic calculation

y_true_variable :rhino_health.lib.metrics.filter_variable.FilterVariable#
y_pred_variable :rhino_health.lib.metrics.filter_variable.FilterVariable#
specimen_variable :rhino_health.lib.metrics.filter_variable.FilterVariable#
seed :Optional[int]#
class rhino_health.lib.metrics.froc.FRocWithCI#

Bases: FRoc

Performs a Free-response Receiver Operating Characteristic calculation with Bootstrapping using Confidence Intervals

confidence_interval :int#
bootstrap_iterations :Optional[int]#