Implementation of CONNECTIVITYLIB::Network - graph container for one connectivity result, including thresholding, distance-table computation and full / thresholded adjacency-matrix extraction. More...
#include "network.h"#include "networkedge.h"#include "networknode.h"#include <math/spectral.h>#include <limits>#include <QDebug>#include <QList>
Go to the source code of this file.
Implementation of CONNECTIVITYLIB::Network - graph container for one connectivity result, including thresholding, distance-table computation and full / thresholded adjacency-matrix extraction.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2016-2026 MNE-CPP Authors
Definition in file network.cpp.