Package edu.cmu.tetrad.bayes
Class BayesXmlParser
java.lang.Object
edu.cmu.tetrad.bayes.BayesXmlParser
Parses Bayes elements back to objects.
- Version:
- $Id: $Id
- Author:
- josephramsey
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetBayesIm(nu.xom.Element element) Returns the BayesIm object represented by the given element.
- 
Constructor Details- 
BayesXmlParserpublic BayesXmlParser()A parser for Bayes XML files.
 
- 
- 
Method Details- 
getBayesImReturns the BayesIm object represented by the given element.- Parameters:
- element- the element
- Returns:
- the BayesIm object
 
 
-