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