public interface HasDecisionPath extends HasEntityId
| Modifier and Type | Method and Description |
|---|---|
List<org.dmg.pmml.tree.Node> |
getDecisionPath()
Gets the decision path from the
root node (first element) to the winning node (last element). |
org.dmg.pmml.tree.Node |
getNode()
Gets the winning node.
|
getEntityIdorg.dmg.pmml.tree.Node getNode()
Gets the winning node.
List<org.dmg.pmml.tree.Node> getDecisionPath()
Gets the decision path from the root node (first element) to the winning node (last element).
Copyright © 2020. All rights reserved.