Package org.jpmml.evaluator.tree
Class NodeScore<V extends Number>
- java.lang.Object
-
- org.jpmml.evaluator.AbstractComputable
-
- org.jpmml.evaluator.Regression<V>
-
- org.jpmml.evaluator.tree.NodeScore<V>
-
- All Implemented Interfaces:
Computable,HasEntityId,HasEntityRegistry<org.dmg.pmml.tree.Node>,HasPrediction,ResultFeature,HasDecisionPath
public abstract class NodeScore<V extends Number> extends Regression<V> implements HasEntityRegistry<org.dmg.pmml.tree.Node>, HasDecisionPath
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEntityId()Gets theEntity identifier.org.dmg.pmml.tree.NodegetNode()Gets the winning node.-
Methods inherited from class org.jpmml.evaluator.Regression
getPrediction, getPredictionReport, getResult, getValue
-
Methods inherited from class org.jpmml.evaluator.AbstractComputable
toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jpmml.evaluator.tree.HasDecisionPath
getDecisionPath
-
Methods inherited from interface org.jpmml.evaluator.HasEntityRegistry
getEntityRegistry
-
-
-
-
Method Detail
-
getEntityId
public String getEntityId()
Description copied from interface:HasEntityIdGets the
Entity identifier.- Specified by:
getEntityIdin interfaceHasEntityId
-
getNode
public org.dmg.pmml.tree.Node getNode()
Description copied from interface:HasDecisionPathGets the winning node.
- Specified by:
getNodein interfaceHasDecisionPath
-
-