Bookkeeping for a label-restricted clustering of source-space leadfield columns. More...


Go to the source code of this file.
Classes | |
| class | MNELIB::MNEClusterInfo |
| Cluster table used to compress and reconstruct a clustered leadfield. More... | |
Namespaces | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
Functions | |
| bool | MNELIB::operator== (const MNEClusterInfo &a, const MNEClusterInfo &b) |
Bookkeeping for a label-restricted clustering of source-space leadfield columns.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2013-2026 MNE-CPP Authors
MNELIB::MNEClusterInfo stores, for every cluster produced by MNEForwardSolution::cluster_forward_solution, the source-space vertices it contains, the representative dipole position and the mean orientation. Used to compress the gain matrix into a much smaller per-cluster leadfield and to expand the clustered solution back onto the cortex for visualisation.
Definition in file mne_cluster_info.h.