opennlp.grok.ml.dectree
Interface DTreeCondition

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DTreeContinuousCondition, DTreeSymbolCondition

public interface DTreeCondition
extends java.io.Serializable

A query that a decision tree can ask in the course of determining a result.

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

Method Summary
 boolean eval(java.util.Map querier)
           
 

Method Detail

eval

public boolean eval(java.util.Map querier)


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