#include <bad_channels_lof.h>
Public Attributes | |
| int | iNNeighbors = 20 |
| double | dThreshold = 2.0 |
| bool | bMegOnly = false |
| bool | bEegOnly = false |
Parameters for LOF bad channel detection.
Definition at line 66 of file bad_channels_lof.h.
| bool UTILSLIB::LofBadChannelParams::bEegOnly = false |
If true, only check EEG channels.
Definition at line 71 of file bad_channels_lof.h.
| bool UTILSLIB::LofBadChannelParams::bMegOnly = false |
If true, only check MEG channels.
Definition at line 70 of file bad_channels_lof.h.
| double UTILSLIB::LofBadChannelParams::dThreshold = 2.0 |
LOF score threshold for marking a channel as bad.
Definition at line 69 of file bad_channels_lof.h.
| int UTILSLIB::LofBadChannelParams::iNNeighbors = 20 |
Number of neighbours for LOF (k parameter).
Definition at line 68 of file bad_channels_lof.h.