Class BayesBifParser

java.lang.Object
edu.cmu.tetrad.bayes.BayesBifParser

public final class BayesBifParser extends Object
The BayesBifParser class provides a set of static methods for parsing Bayesian Network Interchange Format (BIF) files. The BIF file format is used to represent Bayesian network models.
Author:
josephramsey
  • Method Details

    • makeBayesIm

      public static BayesIm makeBayesIm(String text)
      Parses a string in BayesBif format and converts it into a BayesIm object.
      Parameters:
      text - the string in BayesBif format
      Returns:
      the BayesIm object created from the parsed string