MNE-CPP
beta 1.0
|
#include <mne_inverse_operator.h>
Public Attributes | |
VectorXi | roiIdx |
MatrixXd | ctrs |
VectorXd | sumd |
MatrixXd | D |
qint32 | iLabelIdxOut |
Gain matrix output data for one region, used for clustering
Definition at line 112 of file mne_inverse_operator.h.
MatrixXd MNELIB::RegionMTOut::ctrs |
Cluster centers
Definition at line 115 of file mne_inverse_operator.h.
MatrixXd MNELIB::RegionMTOut::D |
Distances to the centroid
Definition at line 117 of file mne_inverse_operator.h.
qint32 MNELIB::RegionMTOut::iLabelIdxOut |
Label ID
Definition at line 119 of file mne_inverse_operator.h.
VectorXi MNELIB::RegionMTOut::roiIdx |
Region cluster indices
Definition at line 114 of file mne_inverse_operator.h.
VectorXd MNELIB::RegionMTOut::sumd |
Sums of the distances to the centroid
Definition at line 116 of file mne_inverse_operator.h.