Class RootDecisionNode<T>

  • Type Parameters:
    T - the type of object used to test constraints.s

    public class RootDecisionNode<T>
    extends DecisionNode<T>
    Special root node for a decision tree. Root nodes don't have a real constraint, so a dummy constraint that is always satisfied is used.
    • Constructor Detail

      • RootDecisionNode

        public RootDecisionNode()