Sha256: 4e12dcd4963795f9b5cb8c7f09d2878c420f24258d7fb88d2e7cf0ddb65f6e76

Contents?: true

Size: 223 Bytes

Versions: 2

Compression:

Stored size: 223 Bytes

Contents

require File.dirname(__FILE__) + '/../lib/bn4r'
require 'bn_test_models'

def main
#  bn = BayesNet.new.create_from_xmlbif("dog-problem.bif")
  bn = bayes_net_aima
#  print "Created bn"
  print bn.to_xbn
end

main

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bn4r-0.1.2 test/print_bn_output.rb
bn4r-0.9.0 test/print_bn_output.rb