AIMA.Core.Probability.BayesNet.BayesNet C# (CSharp) Method

BayesNet() public method

public BayesNet ( BayesNetNode root ) : AIMA.Core.Util
root BayesNetNode
return AIMA.Core.Util
        public BayesNet(BayesNetNode root)
        {
            roots.Add(root);
        }

Same methods

BayesNet::BayesNet ( BayesNetNode root1, BayesNetNode root2 ) : AIMA.Core.Util
BayesNet::BayesNet ( BayesNetNode root1, BayesNetNode root2, BayesNetNode root3 ) : AIMA.Core.Util
BayesNet::BayesNet ( List rootNodes ) : AIMA.Core.Util