This package contains all the classes needed for loading, creating and using Bayesian Networks. The main class with which users will interact is CoreBN. For example, to load a CoreBN from a file (either .net or .cor), you would use the following call:

  String file = "c:\cancer.net";
  CoreBN cancerBN = CoreBN.loadCoreBN(file)