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()
Takes the snapshot of all known (ie.
|
String |
getSummary() |
createContext, evaluate, getDataField, getDataField, getValue, getValue, prepare, verifygetActiveFields, getGroupFields, getLocalDerivedField, getLocalTransformations, getMiningField, getMiningFields, getMiningSchema, getModel, getOrderFields, getOutput, getOutputField, getOutputFields, getTarget, getTargetField, getTargetFields, getTargets, resolveDerivedFieldfind, find, findAll, getDataDictionary, getDerivedField, getFunction, getHeader, getModel, getModelManager, getModelManager, getModels, getPMML, getTransformationDictionaryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveFields, getGroupFields, getMiningField, getOrderFields, getOutputField, getOutputFields, getTargetField, getTargetFieldspublic NeuralNetworkEvaluator(org.dmg.pmml.PMML pmml)
public NeuralNetworkEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.NeuralNetwork neuralNetwork)
public String getSummary()
getSummary in interface ConsumergetSummary in class ModelManager<org.dmg.pmml.NeuralNetwork>public com.google.common.collect.BiMap<String,org.dmg.pmml.Entity> getEntityRegistry()
HasEntityRegistrygetEntityRegistry 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.