Interface HasNodeRegistry

    • Method Detail

      • getPath

        java.util.List<org.dmg.pmml.tree.Node> getPath​(java.lang.String id)
        Returns:
        A path from the root node to the specified node.
      • getPathBetween

        java.util.List<org.dmg.pmml.tree.Node> getPathBetween​(java.lang.String parentId,
                                                              java.lang.String childId)
        Returns:
        A path from the parent node to the child node.