Interface HasDecisionPath

    • Method Detail

      • getNode

        org.dmg.pmml.tree.Node getNode()

        Gets the winning node.

      • getDecisionPath

        List<org.dmg.pmml.tree.Node> getDecisionPath()

        Gets the decision path from the root node (first element) to the winning node (last element).