MNE-CPP
beta 1.0
|
#include <mne_forwardsolution.h>
Public Member Functions | |
RegionDataOut | cluster () const |
Public Attributes | |
MatrixXd | matRoiG |
MatrixXd | matRoiGWhitened |
bool | bUseWhitened |
MatrixXd | matRoiGOrig |
qint32 | nClusters |
VectorXi | idcs |
qint32 | iLabelIdxIn |
QString | sDistMeasure |
Gain matrix input data for one region, used for clustering
Definition at line 133 of file mne_forwardsolution.h.
bool MNELIB::RegionData::bUseWhitened |
Wheather indeces of whitened gain matrix should be used to calculate centroids
Definition at line 137 of file mne_forwardsolution.h.
VectorXi MNELIB::RegionData::idcs |
Get source space indeces
Definition at line 144 of file mne_forwardsolution.h.
qint32 MNELIB::RegionData::iLabelIdxIn |
Label ID
Definition at line 145 of file mne_forwardsolution.h.
MatrixXd MNELIB::RegionData::matRoiG |
Reshaped region gain matrix sources x sensors(x,y,z)
Definition at line 135 of file mne_forwardsolution.h.
MatrixXd MNELIB::RegionData::matRoiGOrig |
Region gain matrix sensors x sources(x,y,z)
Definition at line 139 of file mne_forwardsolution.h.
MatrixXd MNELIB::RegionData::matRoiGWhitened |
Reshaped whitened region gain matrix sources x sensors(x,y,z)
Definition at line 136 of file mne_forwardsolution.h.
qint32 MNELIB::RegionData::nClusters |
Number of clusters within this region
Definition at line 142 of file mne_forwardsolution.h.
QString MNELIB::RegionData::sDistMeasure |
"cityblock" or "sqeuclidean"
Definition at line 146 of file mne_forwardsolution.h.