gcastle_dag
gCastleDAG
Package |
|
Version |
1.0.3 |
Language |
|
Docs |
|
Paper |
Zhang et al.[1] |
Graph type |
|
Docker |
|
Module |
Description
A graph (DAG) generation module from the gCastle package by Zhang et al.[1]. It allows to set the desired number of graph nodes (n_nodes) and edges (n_edges). Two types of simulated graph types (method) are available: Erdos-Renyi (er) and Scale-Free (sf).
Example
[
{
"id": "er_10_10",
"n_nodes": 10,
"n_edges": 10,
"method": "er"
}
]