Deprecated API


Contents
Deprecated Classes
learn.NaiveDNLearner
           
infer.TestPartTradeoff
          Used for research experiments. 
 

Deprecated Methods
grounding.Grounding.activateAtom(int, int, String)
          Activate a new atom, grounding clauses as necessary. 
infer.MRF.calcAlpha()
          Experimental! Alpha is the probability of going from opt to sub 
infer.MRF.checkLocalMinStrictness()
          Experimental! Check whether current state is a strict local minimum. 
grounding.Partitioning.degreeStat()
          Gather stats about the MRF's density. 
infer.MRF.getMaxNodeDegree()
          Experimental! 
mln.Predicate.hasEvidence()
          Check if there is any evidence of this predicate. This condition is used by some optimization in formulating SQL statements for grounding. 
grounding.Partitioning.outputPartAnnotation(String)
          Output node partition annotations, used by Cyptoscape 
infer.MRF.recalcNormalizedCost()
            
grounding.Grounding.reportCostStats()
          An attempt of computing cost lower bounds with the probabilistic method. 
infer.Component.reportZStar()
            
infer.MRF.split(int)
          Experimental! Split the MRF into multiple pieces by agglomerative clustering. Each piece contains up to 2/np of the total atoms. 
infer.MRF.testSplitting(int)
          Experimental! Test the effect of splitting. 
infer.Component.updateZStar()