Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 1.55 KB

matthews_corr_coef.rst

File metadata and controls

68 lines (47 loc) · 1.55 KB

Matthews Correlation Coefficient

Module Interface

MatthewsCorrCoef

torchmetrics.MatthewsCorrCoef

BinaryMatthewsCorrCoef

torchmetrics.classification.BinaryMatthewsCorrCoef

MulticlassMatthewsCorrCoef

torchmetrics.classification.MulticlassMatthewsCorrCoef

MultilabelMatthewsCorrCoef

torchmetrics.classification.MultilabelMatthewsCorrCoef

Functional Interface

matthews_corrcoef

torchmetrics.functional.matthews_corrcoef

binary_matthews_corrcoef

torchmetrics.functional.classification.binary_matthews_corrcoef

multiclass_matthews_corrcoef

torchmetrics.functional.classification.multiclass_matthews_corrcoef

multilabel_matthews_corrcoef

torchmetrics.functional.classification.multilabel_matthews_corrcoef