Package edu.cmu.tetrad.bayes
Class BayesBifParser
java.lang.Object
edu.cmu.tetrad.bayes.BayesBifParser
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 SummaryModifier and TypeMethodDescriptionstatic BayesImmakeBayesIm(String text) Parses a string in BayesBif format and converts it into a BayesIm object.
- 
Method Details- 
makeBayesImParses 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
 
 
-