public abstract class NodeScore<V extends Number> extends Regression<V> implements HasEntityId, HasEntityRegistry<org.dmg.pmml.tree.Node>
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityId()
Gets the
Entity identifier. |
org.dmg.pmml.tree.Node |
getNode() |
protected ToStringHelper |
toStringHelper() |
computeResult, getPrediction, getPredictionReport, getResult, getValue, setResulttoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEntityRegistryprotected 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.