File: __init__.py

package info (click to toggle)
python-mne 1.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 100,172 kB
  • sloc: python: 166,349; pascal: 3,602; javascript: 1,472; sh: 334; makefile: 236
file content (10 lines) | stat: -rw-r--r-- 451 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
"""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)