コード例 #1
0
 public BMcmc(BNet net) : base(net)
 {
 }
コード例 #2
0
 protected BNInfer(BNet net)
 {
     m_net = net;
 }
コード例 #3
0
        public BElim(BNet net) : base(net)
        {
            m_buckets = new ArrayList();

            PrepareBuckets();
        }