opennlp.grok.ml.dectree
Class DTreeContinuousCondition

java.lang.Object
  |
  +--opennlp.grok.ml.dectree.DTreeContinuousCondition
All Implemented Interfaces:
DTreeCondition, java.io.Serializable

public class DTreeContinuousCondition
extends java.lang.Object
implements DTreeCondition

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.

Version:
$Revision: 1.3 $, $Date: 2002/02/08 12:13:36 $
Author:
Gann Bierner
See Also:
Serialized Form

Constructor Summary
DTreeContinuousCondition(java.lang.String f, java.lang.String o, java.lang.Double v)
           
 
Method Summary
 boolean eval(java.util.Map querier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTreeContinuousCondition

public DTreeContinuousCondition(java.lang.String f,
                                java.lang.String o,
                                java.lang.Double v)
Method Detail

eval

public boolean eval(java.util.Map querier)
Specified by:
eval in interface DTreeCondition


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