MNE-CPP
0.1.9
A Framework for Electrophysiology
|
#include <mne_forwardsolution.h>
Public Member Functions | |
RegionDataOut | cluster () const |
Public Attributes | |
Eigen::MatrixXd | matRoiG |
Eigen::MatrixXd | matRoiGWhitened |
bool | bUseWhitened |
Eigen::MatrixXd | matRoiGOrig |
qint32 | nClusters |
Eigen::VectorXi | idcs |
qint32 | iLabelIdxIn |
QString | sDistMeasure |
Gain matrix input data for one region, used for clustering
Definition at line 100 of file mne_forwardsolution.h.
bool MNELIB::RegionData::bUseWhitened |
Wheather indeces of whitened gain matrix should be used to calculate centroids.
Definition at line 104 of file mne_forwardsolution.h.
Eigen::VectorXi MNELIB::RegionData::idcs |
Get source space indeces.
Definition at line 111 of file mne_forwardsolution.h.
qint32 MNELIB::RegionData::iLabelIdxIn |
Label ID.
Definition at line 112 of file mne_forwardsolution.h.
Eigen::MatrixXd MNELIB::RegionData::matRoiG |
Reshaped region gain matrix sources x sensors(x,y,z)
Definition at line 102 of file mne_forwardsolution.h.
Eigen::MatrixXd MNELIB::RegionData::matRoiGOrig |
Region gain matrix sensors x sources(x,y,z)
Definition at line 106 of file mne_forwardsolution.h.
Eigen::MatrixXd MNELIB::RegionData::matRoiGWhitened |
Reshaped whitened region gain matrix sources x sensors(x,y,z)
Definition at line 103 of file mne_forwardsolution.h.
qint32 MNELIB::RegionData::nClusters |
Number of clusters within this region.
Definition at line 109 of file mne_forwardsolution.h.
QString MNELIB::RegionData::sDistMeasure |
"cityblock" or "sqeuclidean".
Definition at line 113 of file mne_forwardsolution.h.