Output of a multi-threaded KMeans clustering step for a single cortical region. More...
#include <mne_inverse_operator.h>
Public Attributes | |
| Eigen::VectorXi | roiIdx |
| Eigen::MatrixXd | ctrs |
| Eigen::VectorXd | sumd |
| Eigen::MatrixXd | D |
| qint32 | iLabelIdxOut |
Output of a multi-threaded KMeans clustering step for a single cortical region.
Definition at line 87 of file mne_inverse_operator.h.
| Eigen::MatrixXd MNELIB::RegionMTOut::ctrs |
Cluster centroids (nClusters x features).
Definition at line 90 of file mne_inverse_operator.h.
| Eigen::MatrixXd MNELIB::RegionMTOut::D |
Distance matrix (nSources x nClusters).
Definition at line 92 of file mne_inverse_operator.h.
| qint32 MNELIB::RegionMTOut::iLabelIdxOut |
Label index carried through from the input.
Definition at line 93 of file mne_inverse_operator.h.
| Eigen::VectorXi MNELIB::RegionMTOut::roiIdx |
Per-source cluster assignment indices.
Definition at line 89 of file mne_inverse_operator.h.
| Eigen::VectorXd MNELIB::RegionMTOut::sumd |
Sum of distances to the assigned centroid.
Definition at line 91 of file mne_inverse_operator.h.