Class XdslXmlParser

java.lang.Object
edu.cmu.tetrad.search.XdslXmlParser

public class XdslXmlParser extends Object
This class takes an xml element representing a bayes im and converts it to a BayesIM
Author:
mattheweasterday
  • Constructor Details

    • XdslXmlParser

      public XdslXmlParser()
  • Method Details

    • getBayesIm

      public BayesIm getBayesIm(nu.xom.Element element)
      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)