public interface HasDecisionPath extends HasEntityId
| Modifier and Type | Method and Description |
|---|---|
java.util.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.
|
getEntityIdCopyright © 2024. All Rights Reserved.