public abstract class NodeScore<V extends Number> extends Regression<V> implements HasEntityRegistry<org.dmg.pmml.tree.Node>, HasDecisionPath
| Modifier and Type | Method and Description |
|---|---|
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 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 © 2022. All rights reserved.