infer
Class InferMarginal

java.lang.Object
  extended by infer.Infer
      extended by infer.InferMarginal

public class InferMarginal
extends Infer

The main entrance to marginal inference. The algorithm is MC-SAT.


Field Summary
 
Fields inherited from class infer.Infer
db, grounding, mln, options
 
Constructor Summary
InferMarginal()
           
 
Method Summary
 void run(CommandOptions opt)
           
 
Methods inherited from class infer.Infer
cleanUp, ground, loadMLN, setUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InferMarginal

public InferMarginal()
Method Detail

run

public void run(CommandOptions opt)