public abstract class NodeVote extends Vote implements HasEntityRegistry<org.dmg.pmml.tree.Node>, HasDecisionPath
| Modifier and Type | Method and Description |
|---|---|
protected void |
computeResult(org.dmg.pmml.DataType dataType) |
String |
getEntityId()
Gets the
Entity identifier. |
org.dmg.pmml.tree.Node |
getNode()
Gets the winning node.
|
protected org.jpmml.model.ToStringHelper |
toStringHelper() |
getPrediction, getPredictionReport, getResult, setResulttoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEntityRegistrygetDecisionPathprotected void computeResult(org.dmg.pmml.DataType dataType)
computeResult in class Voteprotected 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.