INGOR
Loading...
Searching...
No Matches
NPartiteFilter

This filter converts the network to the n-partite graph corresponding to its dynamic model.

This is designed mainly for generating simulated data of static-dynamic hybrid models. Therefore, with default settings, this does not generate a true n-partite graph. By default, an edge uv is converted to u/T-1v and uv, where u/T-1 represents the node of u at the time T - 1, and T is the time point of u.

Arguments

depth=n
The number of preceding time points. (default: n=1)
suffix=str
Suffix for nodes of preceding time points. In addition, the depth of times is added to the suffix. For example, by default, the suffix becomes "/T-1" for depth 1 nodes, and "/T-2" for depth 2 nodes. (default: str ="/T-")
npartite
If specified, a true n-partite graph is generated.

Filters | INGOR Manual