Uses of Interface
cc.mallet.grmm.inference.RandomGraphs.FactorGenerator

Packages that use RandomGraphs.FactorGenerator
cc.mallet.grmm.inference   
 

Uses of RandomGraphs.FactorGenerator in cc.mallet.grmm.inference
 

Classes in cc.mallet.grmm.inference that implement RandomGraphs.FactorGenerator
static class RandomGraphs.UniformFactorGenerator
           
 

Methods in cc.mallet.grmm.inference with parameters of type RandomGraphs.FactorGenerator
static UndirectedModel RandomGraphs.createGrid(RandomGraphs.FactorGenerator gener, int size)
           
static FactorGraph RandomGraphs.createGridWithObs(RandomGraphs.FactorGenerator gridGener, RandomGraphs.FactorGenerator obsGener, int size)