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