neuro_morpho.model.metrics
Evaluation metrics for model performance.
Attributes
Functions
|
Calculate the accuracy of predictions. |
|
Calculate the class-wise accuracy of predictions. |
Module Contents
- neuro_morpho.model.metrics.PRED
- neuro_morpho.model.metrics.LBL
- neuro_morpho.model.metrics.METRIC_FN
- neuro_morpho.model.metrics.accuracy(pred: PRED, lbl: LBL, threshold: float) tuple[str, float][source]
Calculate the accuracy of predictions.