ConstructBNUsingMaxScoringParents: This function takes in all scores for all parents...

Description Usage Arguments

View source: R/functions.R

Description

This function takes in all scores for all parents combinations (columns) of all target nodes (rows) and returns the maximum scoring network.

Usage

1
2
3
4
5
ConstructBNUsingMaxScoringParents(
  BICandWeight,
  all_parent_combinations,
  allNodes
)

Arguments

all_parent_combinations

All possible combinations of parents , upto 3 parents max

allNodes

all the target nodes in the network

BICandWeigh

Score_LASSO or Score_LOPC for each combination of parents for each target node


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