Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 1.59 KB

matthews_corr_coef.rst

File metadata and controls

69 lines (48 loc) · 1.59 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