How is score of a NODE calculated in Hill Climb using bnlearn in R

189 Views Asked by At

I am working on my first assignment using bnlearn package to perform EDA. I have created a network using hill climb (hc) in R with all the default values.

BUT there are few nodes in Bayesian Network which does NOT have any predecessor or successor node in the Directed acyclic graph(DAG) created.

What is the way to check the score or criteria for NODE not having any connected node. How can we explain this.

Thanks a lot

0

There are 0 best solutions below