v2.0.0
Loading...
Searching...
No Matches
MNELIB::RegionMTOut Struct Reference

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

Detailed Description

Output of a multi-threaded KMeans clustering step for a single cortical region.

Definition at line 87 of file mne_inverse_operator.h.

Member Data Documentation

◆ ctrs

Eigen::MatrixXd MNELIB::RegionMTOut::ctrs

Cluster centroids (nClusters x features).

Definition at line 90 of file mne_inverse_operator.h.

◆ D

Eigen::MatrixXd MNELIB::RegionMTOut::D

Distance matrix (nSources x nClusters).

Definition at line 92 of file mne_inverse_operator.h.

◆ iLabelIdxOut

qint32 MNELIB::RegionMTOut::iLabelIdxOut

Label index carried through from the input.

Definition at line 93 of file mne_inverse_operator.h.

◆ roiIdx

Eigen::VectorXi MNELIB::RegionMTOut::roiIdx

Per-source cluster assignment indices.

Definition at line 89 of file mne_inverse_operator.h.

◆ sumd

Eigen::VectorXd MNELIB::RegionMTOut::sumd

Sum of distances to the assigned centroid.

Definition at line 91 of file mne_inverse_operator.h.


The documentation for this struct was generated from the following file: