cc.mallet.grmm.util
Class ModelReader

java.lang.Object
  extended by cc.mallet.grmm.util.ModelReader

public class ModelReader
extends java.lang.Object

$Id: ModelReader.java,v 1.1 2007/10/22 21:37:58 mccallum Exp $


Constructor Summary
ModelReader()
           
 
Method Summary
static Assignment readFromMatrix(VarSet vars, java.io.Reader in)
           
 FactorGraph readModel(java.io.BufferedReader in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelReader

public ModelReader()
Method Detail

readFromMatrix

public static Assignment readFromMatrix(VarSet vars,
                                        java.io.Reader in)
                                 throws java.io.IOException
Throws:
java.io.IOException

readModel

public FactorGraph readModel(java.io.BufferedReader in)
                      throws java.io.IOException
Throws:
java.io.IOException