initial commit

This commit is contained in:
2025-08-19 09:13:22 -07:00
parent 28464811d6
commit 0977a3e14d
820 changed files with 1003358 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
# Authors: The MNE-Python contributors.
# License: BSD-3-Clause
# Copyright the MNE-Python contributors.
"""Metrics module for compute stc-based metrics."""
from .metrics import (
cosine_score,
region_localization_error,
precision_score,
recall_score,
f1_score,
roc_auc_score,
peak_position_error,
source_estimate_quantification,
spatial_deviation_error,
_thresholding,
_check_threshold,
_uniform_stc,
)