cc.mallet.grmm.inference
Class RandomGraphs.UniformFactorGenerator

java.lang.Object
  extended by cc.mallet.grmm.inference.RandomGraphs.UniformFactorGenerator
All Implemented Interfaces:
RandomGraphs.FactorGenerator
Enclosing class:
RandomGraphs

public static class RandomGraphs.UniformFactorGenerator
extends java.lang.Object
implements RandomGraphs.FactorGenerator


Constructor Summary
RandomGraphs.UniformFactorGenerator()
           
 
Method Summary
 Factor nextFactor(VarSet vars)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomGraphs.UniformFactorGenerator

public RandomGraphs.UniformFactorGenerator()
Method Detail

nextFactor

public Factor nextFactor(VarSet vars)
Specified by:
nextFactor in interface RandomGraphs.FactorGenerator