Package edu.cmu.tetrad.search
Class XdslXmlParser
java.lang.Object
edu.cmu.tetrad.search.XdslXmlParser
This class takes an xml element representing a bayes im and converts it to
a BayesIM
- Author:
- mattheweasterday
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBayesIm
(nu.xom.Element element) Takes an xml representation of a Bayes IM and reinstantiates the IMvoid
setUseDisplayNames
(boolean useDisplayNames)
-
Constructor Details
-
XdslXmlParser
public XdslXmlParser()
-
-
Method Details
-
getBayesIm
Takes an xml representation of a Bayes IM and reinstantiates the IM- Parameters:
element
- the xml of the IM- Returns:
- the BayesIM
-
setUseDisplayNames
public void setUseDisplayNames(boolean useDisplayNames)
-