public abstract class NodeScore<V extends java.lang.Number> extends Regression<V> implements HasEntityRegistry<org.dmg.pmml.tree.Node>, HasDecisionPath
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntityId()
Gets the
Entity identifier. |
org.dmg.pmml.tree.Node |
getNode()
Gets the winning node.
|
protected org.jpmml.model.ToStringHelper |
toStringHelper() |
computeResult, getPrediction, getPredictionReport, getResult, getValue, setResulttoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEntityRegistrygetDecisionPathprotected org.jpmml.model.ToStringHelper toStringHelper()
toStringHelper in class AbstractComputablepublic java.lang.String getEntityId()
HasEntityId
Gets the Entity identifier.
getEntityId in interface HasEntityIdpublic org.dmg.pmml.tree.Node getNode()
HasDecisionPathGets the winning node.
getNode in interface HasDecisionPathCopyright © 2025. All Rights Reserved.