GreedySearchWithPriors_OneTarget: Internal function Applied greedy hill-climbing search to each...

Description Usage Value

View source: R/functions.R

Description

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)

Usage

 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
)

Value

set of parents arcs for each local target node


HamdaBinteAjmal/DBN4GRN documentation built on Dec. 27, 2021, 2:08 p.m.