public class NeuralNetworkEvaluator extends ModelEvaluator<org.dmg.pmml.NeuralNetwork> implements HasEntityRegistry<org.dmg.pmml.Entity>
ACTIVE_TYPES, GROUP_TYPES, ORDER_TYPES, TARGET_TYPES| Constructor and Description |
|---|
NeuralNetworkEvaluator(org.dmg.pmml.PMML pmml) |
NeuralNetworkEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.NeuralNetwork neuralNetwork) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
evaluate(ModelEvaluationContext context) |
Map<String,Double> |
evaluateRaw(EvaluationContext context) |
com.google.common.collect.BiMap<String,org.dmg.pmml.Entity> |
getEntityRegistry() |
String |
getSummary()
Gets a short description of the
Model. |
createContext, evaluate, getDataField, getDataField, getDerivedField, getFunction, getLocalDerivedField, getMiningField, getMiningFields, getOutputField, getTarget, getValue, getValue, prepare, verifygetActiveFields, getGroupFields, getMiningFunction, getModel, getOrderFields, getOutputFields, getTargetField, getTargetFieldsgetPMMLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveFields, getGroupFields, getMiningFunction, getOrderFields, getOutputFields, getTargetField, getTargetFieldspublic NeuralNetworkEvaluator(org.dmg.pmml.PMML pmml)
public NeuralNetworkEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.NeuralNetwork neuralNetwork)
public String getSummary()
Consumer
Gets a short description of the Model.
getSummary in interface ConsumergetSummary in class ModelManager<org.dmg.pmml.NeuralNetwork>public com.google.common.collect.BiMap<String,org.dmg.pmml.Entity> getEntityRegistry()
getEntityRegistry in interface HasEntityRegistry<org.dmg.pmml.Entity>Entity identifiers and Entity instances.public Map<org.dmg.pmml.FieldName,?> evaluate(ModelEvaluationContext context)
evaluate in class ModelEvaluator<org.dmg.pmml.NeuralNetwork>public Map<String,Double> evaluateRaw(EvaluationContext context)
Entity identifiers and their outputs.NeuralInput.getId(),
Neuron.getId()Copyright © 2015. All Rights Reserved.