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

#include <mne_forwardsolution.h>

Public Member Functions

RegionDataOut cluster () const
 

Public Attributes

Eigen::MatrixXd matRoiG
 
Eigen::MatrixXd matRoiGWhitened
 
bool bUseWhitened
 
Eigen::MatrixXd matRoiGOrig
 
qint32 nClusters
 
Eigen::VectorXi idcs
 
qint32 iLabelIdxIn
 
QString sDistMeasure
 

Detailed Description

Gain matrix input data for one region, used for clustering

Definition at line 100 of file mne_forwardsolution.h.

Member Data Documentation

◆ bUseWhitened

bool MNELIB::RegionData::bUseWhitened

Wheather indeces of whitened gain matrix should be used to calculate centroids.

Definition at line 104 of file mne_forwardsolution.h.

◆ idcs

Eigen::VectorXi MNELIB::RegionData::idcs

Get source space indeces.

Definition at line 111 of file mne_forwardsolution.h.

◆ iLabelIdxIn

qint32 MNELIB::RegionData::iLabelIdxIn

Label ID.

Definition at line 112 of file mne_forwardsolution.h.

◆ matRoiG

Eigen::MatrixXd MNELIB::RegionData::matRoiG

Reshaped region gain matrix sources x sensors(x,y,z)

Definition at line 102 of file mne_forwardsolution.h.

◆ matRoiGOrig

Eigen::MatrixXd MNELIB::RegionData::matRoiGOrig

Region gain matrix sensors x sources(x,y,z)

Definition at line 106 of file mne_forwardsolution.h.

◆ matRoiGWhitened

Eigen::MatrixXd MNELIB::RegionData::matRoiGWhitened

Reshaped whitened region gain matrix sources x sensors(x,y,z)

Definition at line 103 of file mne_forwardsolution.h.

◆ nClusters

qint32 MNELIB::RegionData::nClusters

Number of clusters within this region.

Definition at line 109 of file mne_forwardsolution.h.

◆ sDistMeasure

QString MNELIB::RegionData::sDistMeasure

"cityblock" or "sqeuclidean".

Definition at line 113 of file mne_forwardsolution.h.


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