R/fixIntermediate.R

Defines functions fixIntermediate

fixIntermediate <- function(names.distribution, structure.learning.args.list, whitelist){
  all.nodes <- as.vector(unlist(names.distribution))
  return(addtoBlacklist2( all.nodes, structure.learning.args.list)) # whitelist has precedence over the blacklist
}
MNLR/BNWeatherGen documentation built on June 2, 2023, 9:02 p.m.