public abstract class NodeVote extends Vote implements HasEntityId, HasEntityRegistry<org.dmg.pmml.tree.Node>
| 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() |
protected ToStringHelper |
toStringHelper() |
getPrediction, getPredictionReport, getResult, setResulttoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEntityRegistryprotected void computeResult(org.dmg.pmml.DataType dataType)
computeResult in class Voteprotected ToStringHelper toStringHelper()
toStringHelper in class AbstractComputablepublic String getEntityId()
HasEntityId
Gets the Entity identifier.
getEntityId in interface HasEntityIdpublic org.dmg.pmml.tree.Node getNode()
Copyright © 2018. All rights reserved.