INGOR
RNDNetworkFilter

RNDNet generates a random network.

Arguments

m= ( sfdag | sfdagtype | dag | dbn)

Generation Method. Following methods are available.

  • sfdag : Scale-free directed acyclic graph.
  • sfdagtype : Scale-free directed acyclic graph with random variable types. Variable types are either continous or discrete. The ratio of two types is determined by the r argument.
  • dag : Simple random directed acyclic graph.
  • dbn : Time-epanded dynamic Bayesian network. Use T to specify the number of time points. If this method is specified, p (the number of nodes) needs to be a multiple of T.

p=n

The number of nodes of the generated network.

d=x

The average degree (number of edges connected to a node). (default: x=2.0

r=x

Discrete node ratio for m=sfdagtype. (default: x=0.5)

md=n

The maximum number of discrete parents for m=sfdagtype. (default: n=2)

seed=n

Random seed. The same structure (and type) will be generated for the same value. If not specified, the number converted from the current time is used. The used seed is output into the standard error.

T=T

The number of time points for dbn method.


Filters | INGOR Manual