public class NodeScore extends java.lang.Object implements Computable, HasEntityId, HasEntityRegistry<org.dmg.pmml.tree.Node>
MiningFunction.REGRESSION| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntityId()
Gets the
Entity identifier. |
com.google.common.collect.BiMap<java.lang.String,org.dmg.pmml.tree.Node> |
getEntityRegistry() |
org.dmg.pmml.tree.Node |
getNode() |
java.lang.Object |
getResult() |
java.lang.String |
toString() |
public java.lang.Object getResult()
getResult in interface Computablepublic java.lang.String getEntityId()
HasEntityId
Gets the Entity identifier.
getEntityId in interface HasEntityIdpublic com.google.common.collect.BiMap<java.lang.String,org.dmg.pmml.tree.Node> getEntityRegistry()
getEntityRegistry in interface HasEntityRegistry<org.dmg.pmml.tree.Node>Entity identifiers and Entity instances.public java.lang.String toString()
toString in class java.lang.Objectpublic org.dmg.pmml.tree.Node getNode()
Copyright © 2017. All Rights Reserved.