Uses of Class
weka.gui.graphvisualizer.BIFFormatException

Packages that use BIFFormatException
weka.classifiers.bayes.net   
weka.gui.graphvisualizer   
 

Uses of BIFFormatException in weka.classifiers.bayes.net
 

Methods in weka.classifiers.bayes.net that throw BIFFormatException
 void GUI.readBIFFromFile(String sFileName)
          BIF reader
Reads a graph description in XMLBIF03 from an file with name sFileName
 

Uses of BIFFormatException in weka.gui.graphvisualizer
 

Methods in weka.gui.graphvisualizer that throw BIFFormatException
 void GraphVisualizer.readBIF(InputStream instream)
          BIF reader
Reads a graph description in XMLBIF03 from an InputStrem
 void GraphVisualizer.readBIF(String instring)
          BIF reader
Reads a graph description in XMLBIF03 from a string
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.