Internal function Applied greedy hill-climbing search to each local target node in the netork E_ij = log(score_mat + gamma) ¬E_ij = log(1-score_mat+gamma)
1 2 3 4 5 6 7 8 9 10 | GreedySearchWithPriors_OneTarget(
score_mat,
targetIdx,
all_parents,
dataS,
maxP = maxP,
gamma,
score,
real.names = FALSE
)
|
set of parents arcs for each local target node
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.