Uses of Interface
opennlp.grok.ml.dectree.DTreeCondition

Packages that use DTreeCondition
opennlp.grok.ml.dectree   
 

Uses of DTreeCondition in opennlp.grok.ml.dectree
 

Classes in opennlp.grok.ml.dectree that implement DTreeCondition
 class DTreeContinuousCondition
          A query asked by a decion tree that has specifically to do with the value of a continuous (double) value in relation to a literal.
 class DTreeSymbolCondition
          A query asked by a decion tree that has specifically to do with the value of a symbol being equal to a literal.
 

Methods in opennlp.grok.ml.dectree with parameters of type DTreeCondition
 void DTreeRule.addCondition(DTreeCondition cond)
           
 



Copyright © 2003 Jason Baldridge and Gann Bierner. All Rights Reserved.