![]() |
Code Documentation 3.3
Social Network Visualizer
|
#include "kernel_walks_v3.h"#include "tools/cli/cli_common.h"#include "graph.h"#include "tools/headless_graph_loader.h"#include <QElapsedTimer>#include <QFileInfo>#include <QJsonArray>#include <QTextStream>#include <algorithm>
Namespaces | |
| namespace | cli |
Functions | |
| static QJsonObject | cli::buildGoldenJsonV3WalksMatrix (const QString &inputPath, int fileFormat, const HeadlessLoadResult &load, Graph &g, bool considerWeights, bool inverseWeights, bool dropIsolates, int walksLength, const QList< int > &order, const QJsonArray &matrix, const QString &totalWalksStr) |
| static int | cli::compareGoldenV3WalksMatrix (const QJsonObject &expected, const QJsonObject &actual) |
| int | cli::runKernelWalksV3 (const CliConfig &cfg, const HeadlessLoadResult &load, Graph &g, int walksLength) |