|
fpmas-metamodel 1.0
|
#include <output.h>


Public Member Functions | |
| GraphStatsOutput (BasicMetaModel &model, std::string file_name) | |
Outputs the clustering coefficient and the characteristic path length of the global cell network to a CSV file.
Notice that computing the characteristic path length can be very costly.
dump() or job() methods can be used to perform static or dynamic graph stats output.
| GraphStatsOutput::GraphStatsOutput | ( | BasicMetaModel & | model, |
| std::string | file_name | ||
| ) |
GraphStatsOutput constructor.
| model | Distributed spatial model |
| file_name | Name of the CSV file |