public class NeuralNetworkEvaluator extends ModelEvaluator<org.dmg.pmml.neural_network.NeuralNetwork> implements HasEntityRegistry<org.dmg.pmml.Entity>
DEFAULT_TARGET_NAME| Constructor and Description |
|---|
NeuralNetworkEvaluator(org.dmg.pmml.PMML pmml) |
NeuralNetworkEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.neural_network.NeuralNetwork neuralNetwork) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
evaluate(ModelEvaluationContext context) |
com.google.common.collect.BiMap<String,org.dmg.pmml.Entity> |
getEntityRegistry() |
String |
getSummary()
Gets a short description of the
Model. |
configure, createInputFields, createInputFields, createMiningSchemaException, createOutputFields, createTargetFields, ensureScorableModel, ensureValueFactory, evaluate, getActiveFields, getConfiguration, getDataField, getDataField, getDefineFunction, getDerivedField, getInputFields, getLocalDerivedField, getMathContext, getMiningField, getMiningFunction, getModel, getOutputField, getOutputFields, getPMML, getTarget, getTargetField, getTargetFieldName, getTargetFields, getValue, getValue, getValueFactory, isPrimitive, resolveDerivedField, resolveField, verifypublic NeuralNetworkEvaluator(org.dmg.pmml.PMML pmml)
public NeuralNetworkEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.neural_network.NeuralNetwork neuralNetwork)
public String getSummary()
Evaluator
Gets a short description of the Model.
getSummary in interface Evaluatorpublic 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.neural_network.NeuralNetwork>Copyright © 2018. All rights reserved.