MNE-CPP  beta 1.0
Public Attributes | List of all members
MNELIB::RegionMTOut Struct Reference

#include <mne_inverse_operator.h>

Public Attributes

VectorXi roiIdx
 
MatrixXd ctrs
 
VectorXd sumd
 
MatrixXd D
 
qint32 iLabelIdxOut
 

Detailed Description

Gain matrix output data for one region, used for clustering

Definition at line 112 of file mne_inverse_operator.h.

Member Data Documentation

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.


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