public class DMNKiePMMLTrustyInvocationEvaluator extends AbstractDMNKiePMMLInvocationEvaluator
AbstractPMMLInvocationEvaluator.DummyPMMLInvocationEvaluator, AbstractPMMLInvocationEvaluator.PMMLInvocationEvaluatorFactory
pmmlInfo
dmnNS, documentResource, model, node, parameters
Constructor and Description |
---|
DMNKiePMMLTrustyInvocationEvaluator(String dmnNS,
org.kie.dmn.model.api.DMNElement node,
org.kie.api.io.Resource pmmlResource,
String model,
PMMLInfo<?> pmmlInfo) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
getOutputFieldValues(org.kie.api.pmml.PMML4Result pmml4Result,
Map<String,Object> resultVariables,
org.kie.dmn.api.core.DMNResult dmnr)
Returns a
Map<String, Object> of values identified by Output definition |
protected org.kie.api.pmml.PMML4Result |
getPMML4Result(org.kie.dmn.api.core.event.DMNRuntimeEventManager eventManager,
org.kie.dmn.api.core.DMNResult dmnr)
Returns the
PMML4Result |
protected Map<String,Object> |
getPredictedValues(org.kie.api.pmml.PMML4Result pmml4Result,
org.kie.dmn.api.core.DMNResult dmnr)
Returns a
Map<String, Object> of predicted values identified by MiningSchema/Targets definitions |
evaluate, getCompositeOutput, getOutputFieldNameFromInfo
addParameter, getParameterNames, getParameterType, getParameterTypes, getValueForPMMLInput
protected org.kie.api.pmml.PMML4Result getPMML4Result(org.kie.dmn.api.core.event.DMNRuntimeEventManager eventManager, org.kie.dmn.api.core.DMNResult dmnr)
AbstractDMNKiePMMLInvocationEvaluator
PMML4Result
getPMML4Result
in class AbstractDMNKiePMMLInvocationEvaluator
protected Map<String,Object> getOutputFieldValues(org.kie.api.pmml.PMML4Result pmml4Result, Map<String,Object> resultVariables, org.kie.dmn.api.core.DMNResult dmnr)
AbstractDMNKiePMMLInvocationEvaluator
Map<String, Object>
of values identified by Output definitiongetOutputFieldValues
in class AbstractDMNKiePMMLInvocationEvaluator
protected Map<String,Object> getPredictedValues(org.kie.api.pmml.PMML4Result pmml4Result, org.kie.dmn.api.core.DMNResult dmnr)
AbstractDMNKiePMMLInvocationEvaluator
Map<String, Object>
of predicted values identified by MiningSchema/Targets definitionsgetPredictedValues
in class AbstractDMNKiePMMLInvocationEvaluator
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.