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(**data: Any)#

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: int | None#
class rhino_health.lib.metrics.froc.FRocWithCI(**data: Any)#

Bases: FRoc

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

confidence_interval: int#
bootstrap_iterations: int | None#