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

#include <mne_forwardsolution.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 118 of file mne_forwardsolution.h.

Member Data Documentation

MatrixXd MNELIB::RegionDataOut::ctrs

Cluster centers

Definition at line 121 of file mne_forwardsolution.h.

MatrixXd MNELIB::RegionDataOut::D

Distances to the centroid

Definition at line 123 of file mne_forwardsolution.h.

qint32 MNELIB::RegionDataOut::iLabelIdxOut

Label ID

Definition at line 125 of file mne_forwardsolution.h.

VectorXi MNELIB::RegionDataOut::roiIdx

Region cluster indices

Definition at line 120 of file mne_forwardsolution.h.

VectorXd MNELIB::RegionDataOut::sumd

Sums of the distances to the centroid

Definition at line 122 of file mne_forwardsolution.h.


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