Closed fccoelho closed 4 years ago
In make_prior_knowledge
, the edge that no prior knowledge is given is -1.
Prior knowledge is defined as the following [ref]:
The above explanation is missing in the API reference and tutorials, so it will be added in the next version.
I was guessing that was what it meant. Thanks for the clarification. BTW, thanks for putting this package together!
Why are prior adjacency matrices, created with the
make_prior_knowledge
function, have -1 for the edges instead of 1? what is the rationale for this?