mne-tools / mne-hfo

Estimate/compute high-frequency oscillations (HFOs) from iEEG data that are BIDS and MNE compatible using a scikit-learn-style API.
http://mne.tools/mne-hfo/
BSD 3-Clause "New" or "Revised" License
13 stars 16 forks source link

Compare Detections #22

Closed pmyers16 closed 3 years ago

pmyers16 commented 3 years ago

Describe the problem

There needs to be an easy way to compare two different detectors.

Describe your solution

A module that takes two Detectors and outputs agreement per channel.

Describe possible alternatives

We could also do a similar module that takes the output detection dataframes directly.