MNE-CPP  0.1.9
A Framework for Electrophysiology
Public Attributes | List of all members
MNELIB::RegionDataOut Struct Reference

#include <mne_forwardsolution.h>

Public Attributes

Eigen::VectorXi roiIdx
 
Eigen::MatrixXd ctrs
 
Eigen::VectorXd sumd
 
Eigen::MatrixXd D
 
qint32 iLabelIdxOut
 

Detailed Description

Gain matrix output data for one region, used for clustering

Definition at line 86 of file mne_forwardsolution.h.

Member Data Documentation

◆ ctrs

Eigen::MatrixXd MNELIB::RegionDataOut::ctrs

Cluster centers.

Definition at line 89 of file mne_forwardsolution.h.

◆ D

Eigen::MatrixXd MNELIB::RegionDataOut::D

Distances to the centroid.

Definition at line 91 of file mne_forwardsolution.h.

◆ iLabelIdxOut

qint32 MNELIB::RegionDataOut::iLabelIdxOut

Label ID.

Definition at line 93 of file mne_forwardsolution.h.

◆ roiIdx

Eigen::VectorXi MNELIB::RegionDataOut::roiIdx

Region cluster indices.

Definition at line 88 of file mne_forwardsolution.h.

◆ sumd

Eigen::VectorXd MNELIB::RegionDataOut::sumd

Sums of the distances to the centroid.

Definition at line 90 of file mne_forwardsolution.h.


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