|
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. |