Uses of Class
infer.MRF

Packages that use MRF
infer Provides MLN inference algorithms. 
 

Uses of MRF in infer
 

Subclasses of MRF in infer
 class MCSAT
          The MC-SAT algorithm for marginal inference.
 

Fields in infer declared as MRF
 MRF Component.cutMRF
           
 MRF Partition.mrf
           
 

Methods in infer that return MRF
 MRF PartMap.getMRFByPartID(int pid)
           
 

Methods in infer that return types with arguments of type MRF
 java.util.ArrayList<MRF> MRF.split(int np)
          Deprecated. Experimental! Split the MRF into multiple pieces by agglomerative clustering. Each piece contains up to 2/np of the total atoms.
 

Methods in infer with parameters of type MRF
static void Stats.dumpStats(MRF mrf)
           
static void Stats.pullAtomReps(MRF mrf)
           
static java.lang.String Stats.reportMostViolatedClauses(MRF mrf, int k)