Skip to main content

MaskComparisonLabelStatistics

Other

Statistics for comparing two labels between masks.

Import

import ScriptingApi as api

# Access the class
# MaskComparisonLabelStatistics is available via api.MaskComparisonLabelStatistics

Properties

label

Label value being compared.

Type: int


dice_coefficient

Dice coefficient (overlap measure, range 0-1).

Type: float


false_negative

False negative error rate.

Type: float


false_positive

False positive error rate.

Type: float


volume_similarity

Volume similarity measure.

Type: float


See Also