public class NeuralNetworkEvaluator extends ModelEvaluator<org.dmg.pmml.NeuralNetwork> implements HasEntityRegistry<org.dmg.pmml.Entity>
| 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)
Evaluates neural network.
|
com.google.common.collect.BiMap<String,org.dmg.pmml.Entity> |
getEntityRegistry() |
String |
getSummary()
Gets a short description of the
Model. |
createContext, evaluate, getDataField, getDataField, getValue, getValue, prepare, verifygetActiveFields, getGroupFields, getLocalDerivedField, getMiningField, getMiningFields, getMiningFunction, getModel, getOrderFields, getOutputField, getOutputFields, getTarget, getTargetField, getTargetFields, resolveDerivedFieldgetDerivedField, getFunction, getPMMLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveFields, getGroupFields, getMiningField, getMiningFunction, getOrderFields, getOutputField, getOutputFields, getTarget, getTargetField, getTargetFieldspublic NeuralNetworkEvaluator(org.dmg.pmml.PMML pmml)
public NeuralNetworkEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.NeuralNetwork neuralNetwork)
public String getSummary()
ConsumerModel.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)
NeuralInput.getId(),
Neuron.getId()Copyright © 2015. All Rights Reserved.