Description Usage Arguments References Examples
creation of a "simulatedDAG" containing a list of DAGs and associated observations
1 2 3 4 5 |
.Object |
: simulatedDAG object |
NDAG |
: number of DAGs to be created and simulated |
noNodes |
: number of Nodes of the DAGs. If it is a two-valued vector , the value of Nodes is randomly sampled in the interval |
functionType |
: type of the dependency. It is of class "character" and is one of ("linear", "quadratic","sigmoid") |
quantize |
: if TRUE it discretize the observations into two bins. If it is a two-valued vector [a,b], the value of quantize is randomly sampled in the interval [a,b] |
verbose |
: if TRUE it prints out the state of progress |
N |
: number of sampled observations for each DAG. If it is a two-valued vector [a,b], the value of N is randomly sampled in the interval [a,b] |
seed |
: random seed |
sdn |
: standard deviation of aditive noise. If it is a two-valued vector, the value of N is randomly sampled in the interval |
goParallel |
: if TRUE it uses parallelism |
Gianluca Bontempi, Maxime Flauder (2014) From dependency to causality: a machine learning approach. Under submission
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.