PC (bnlearn)
Module name |
|
Package |
|
Version |
4.8.3 |
Language |
|
Docs |
|
Paper |
Spirtes and Glymour[1] |
Graph type |
|
MCMC |
No |
Edge constraints |
|
Data type |
C, D, M |
Data missingness |
|
Intervention type |
|
Docker |
PC
Some fields described
edgeConstraintsName of the JSON file containing background knowledge
Example JSON
[
{
"id": "pcstable-zf",
"alpha": [
0.01,
0.05
],
"test": "zf",
"B": null,
"maxsx": null,
"debug": false,
"undirected": false,
"timeout": null,
"edgeConstraints": "edgeConstraints.json"
},
{
"id": "pcstable-mi",
"alpha": [
0.01,
0.05
],
"test": "mi",
"B": null,
"maxsx": null,
"debug": false,
"undirected": false,
"timeout": null,
"edgeConstraints": "edgeConstraints.json"
}
]