MNE-CPP
beta 1.0
|
#include <mne_inverse_operator.h>
Public Member Functions | |
RegionMTOut | cluster () const |
Public Attributes | |
MatrixXd | matRoiMT |
MatrixXd | matRoiMTOrig |
qint32 | nClusters |
VectorXi | idcs |
qint32 | iLabelIdxIn |
QString | sDistMeasure |
Gain matrix input data for one region, used for clustering
Definition at line 127 of file mne_inverse_operator.h.
VectorXi MNELIB::RegionMT::idcs |
Get source space indeces
Definition at line 133 of file mne_inverse_operator.h.
qint32 MNELIB::RegionMT::iLabelIdxIn |
Label ID
Definition at line 134 of file mne_inverse_operator.h.
MatrixXd MNELIB::RegionMT::matRoiMT |
Reshaped region gain matrix sources x sensors(x,y,z)
Definition at line 129 of file mne_inverse_operator.h.
MatrixXd MNELIB::RegionMT::matRoiMTOrig |
Region gain matrix sensors x sources(x,y,z)
Definition at line 130 of file mne_inverse_operator.h.
qint32 MNELIB::RegionMT::nClusters |
Number of clusters within this region
Definition at line 132 of file mne_inverse_operator.h.
QString MNELIB::RegionMT::sDistMeasure |
"cityblock" or "sqeuclidean"
Definition at line 136 of file mne_inverse_operator.h.