public class NeuralNetworkEvaluator extends ModelEvaluator<NeuralNetwork> implements HasEntityRegistry<Entity>
| Constructor and Description |
|---|
NeuralNetworkEvaluator(PMML pmml) |
NeuralNetworkEvaluator(PMML pmml,
NeuralNetwork neuralNetwork) |
| Modifier and Type | Method and Description |
|---|---|
Map<FieldName,?> |
evaluate(ModelEvaluationContext context) |
Map<String,Double> |
evaluateRaw(EvaluationContext context)
Evaluates neural network.
|
com.google.common.collect.BiMap<String,Entity> |
getEntityRegistry()
Takes the snapshot of all known (ie.
|
List<NeuralOutput> |
getOrCreateNeuralOutputs() |
String |
getSummary() |
evaluate, getValue, preparegetActiveFields, getGroupFields, getLocalDerivedField, getMiningField, getMiningFields, getMiningSchema, getModel, getOrCreateLocalTransformations, getOrCreateOutput, getOrCreateTargets, getOutputField, getOutputFields, getPredictedFields, getTarget, getTargetField, resolveDerivedFieldfind, find, findAll, getDataDictionary, getDataField, getDerivedField, getFunction, getHeader, getModel, getModelManager, getModels, getOrCreateTransformationDictionary, getPMMLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveFields, getDataField, getGroupFields, getMiningField, getOutputField, getOutputFields, getPredictedFields, getTargetFieldpublic NeuralNetworkEvaluator(PMML pmml)
public NeuralNetworkEvaluator(PMML pmml, NeuralNetwork neuralNetwork)
public String getSummary()
getSummary in interface ConsumergetSummary in class ModelManager<NeuralNetwork>public com.google.common.collect.BiMap<String,Entity> getEntityRegistry()
HasEntityRegistrygetEntityRegistry in interface HasEntityRegistry<Entity>Entity identifiers and Entity instances.public Map<FieldName,?> evaluate(ModelEvaluationContext context)
evaluate in class ModelEvaluator<NeuralNetwork>public Map<String,Double> evaluateRaw(EvaluationContext context)
NeuralInput.getId(),
Neuron.getId()public List<NeuralOutput> getOrCreateNeuralOutputs()
Copyright © 2014 University of Tartu. All Rights Reserved.