Uses of Class
cc.mallet.grmm.types.UndirectedGrid

Packages that use UndirectedGrid
cc.mallet.grmm.inference   
 

Uses of UndirectedGrid in cc.mallet.grmm.inference
 

Methods in cc.mallet.grmm.inference that return UndirectedGrid
static UndirectedGrid RandomGraphs.randomAttractiveGrid(int size, double edgeWeight, java.util.Random r)
          Constructs a square grid of a given size with random attractive potentials.
static UndirectedGrid RandomGraphs.randomFrustratedGrid(int size, double edgeWeight, java.util.Random r)
          Constructs a square grid of a given size with random frustrated potentials.
static UndirectedGrid RandomGraphs.randomRepulsiveGrid(int size, double edgeWeight, java.util.Random r)
          Constructs a square grid of a given size with random repulsive potentials.