sparsebn icon indicating copy to clipboard operation
sparsebn copied to clipboard

Improve methods for exploring graphs

Open itsrainingdata opened this issue 8 years ago • 1 comments

Extend and improve the existing show.parents method to filter by richer criteria such as minimum number of parents, number of children, v-structures, etc.

  • Write a method for filtering: filter.nodes that returns a list of filtered nodes
  • Write a wrapper that calls show.parents on the output of filter.nodes

itsrainingdata avatar Sep 22 '17 01:09 itsrainingdata

Hi, first of all, thank you so much for this wonderful tool for R. I am a new to this library so I have a very strange questions.

When I obtain the coefficients from the estimate

cyto.param$coefs

This returns a matrix of edge weights.

image

I wonder how I should interpret the edge weights in the sparsebn context for directed edges; do these represent the posterior probability of the child given the parent or are these the marginal likelihood of the parent?

s0810110 avatar Nov 04 '21 12:11 s0810110