Package opennlp.grok.ml.dectree

Interface Summary
DTreeCondition A query that a decision tree can ask in the course of determining a result.
DTreeFeatureComputer Computes the values for some specified features.
 

Class Summary
DecisionTree Implements decision trees based on a generic map that provides values for features when requested.
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.
DTreeFeatureMap A special map that computes values on the fly basied on FeatureComputers.
DTreeRule A rule in a desicion tree.
DTreeSymbolCondition A query asked by a decion tree that has specifically to do with the value of a symbol being equal to a literal.
 



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