Uses of Class
tuffy.infer.MRF.INIT_STRATEGY

Packages that use MRF.INIT_STRATEGY
tuffy.infer Provides MLN inference algorithms. 
 

Uses of MRF.INIT_STRATEGY in tuffy.infer
 

Fields in tuffy.infer declared as MRF.INIT_STRATEGY
protected  MRF.INIT_STRATEGY MRF.initStrategy
           
 

Methods in tuffy.infer that return MRF.INIT_STRATEGY
 MRF.INIT_STRATEGY MRF.getInitStrategy()
           
static MRF.INIT_STRATEGY MRF.INIT_STRATEGY.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MRF.INIT_STRATEGY[] MRF.INIT_STRATEGY.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in tuffy.infer with parameters of type MRF.INIT_STRATEGY
 void MRF.setInitStrategy(MRF.INIT_STRATEGY strategy)
           
 void InferBucket.setMrfInitStrategy(MRF.INIT_STRATEGY strategy)
           
private  void InferComponent.setMrfInitStrategy(MRF.INIT_STRATEGY strategy)