infer
Class PartInfer

java.lang.Object
  extended by infer.PartInfer

public class PartInfer
extends java.lang.Object

Partition-aware inference


Constructor Summary
PartInfer()
           
 
Method Summary
 void infer(int nSteps, int nTries)
          Run partition-aware MAP inference.
 void partition(Grounding g)
          Partition the MRF produced by the grounding process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartInfer

public PartInfer()
Method Detail

infer

public void infer(int nSteps,
                  int nTries)
Run partition-aware MAP inference.

Parameters:
nSteps -
nTries -

partition

public void partition(Grounding g)
Partition the MRF produced by the grounding process.