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