v2.0.0
Loading...
Searching...
No Matches
UTILSLIB::LofBadChannelParams Struct Reference

#include <bad_channels_lof.h>

Public Attributes

int iNNeighbors = 20
double dThreshold = 2.0
bool bMegOnly = false
bool bEegOnly = false

Detailed Description

Parameters for LOF bad channel detection.

Definition at line 66 of file bad_channels_lof.h.

Member Data Documentation

◆ bEegOnly

bool UTILSLIB::LofBadChannelParams::bEegOnly = false

If true, only check EEG channels.

Definition at line 71 of file bad_channels_lof.h.

◆ bMegOnly

bool UTILSLIB::LofBadChannelParams::bMegOnly = false

If true, only check MEG channels.

Definition at line 70 of file bad_channels_lof.h.

◆ dThreshold

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.

◆ iNNeighbors

int UTILSLIB::LofBadChannelParams::iNNeighbors = 20

Number of neighbours for LOF (k parameter).

Definition at line 68 of file bad_channels_lof.h.


The documentation for this struct was generated from the following file: