public class KiePMMLMiningModelWithSources extends KiePMMLMiningModel implements HasSourcesMap
KiePMMLMiningModel.Builder| Modifier and Type | Field and Description |
|---|---|
protected List<KiePMMLModel> |
nestedModels |
protected Map<String,String> |
sourcesMap |
algorithmName, PMML_MODEL_TYPE, scorable, segmentationcommonTransformationsMap, localTransformationsMap, miningFunction, missingValueReplacementMap, outputFieldsMap, pmmlMODEL, targetFieldextensions, id, name, parentId| Constructor and Description |
|---|
KiePMMLMiningModelWithSources(String modelName,
String kmodulePackageName,
Map<String,String> sourcesMap,
List<KiePMMLModel> nestedModels) |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(Object knowledgeBase,
Map<String,Object> requestData) |
String |
getKModulePackageName() |
List<KiePMMLModel> |
getNestedModels() |
Map<String,Object> |
getOutputFieldsMap() |
Map<String,String> |
getSourcesMap() |
builder, equals, getAlgorithmName, getSegmentation, hashCode, isScorable, toStringgetCommonTransformationsMap, getLocalTransformationsMap, getMiningFunction, getMissingValueReplacementMap, getPmmlMODEL, getTargetFieldgetExtensions, getId, getName, getParentId, setParentIdprotected List<KiePMMLModel> nestedModels
public Object evaluate(Object knowledgeBase, Map<String,Object> requestData)
evaluate in class KiePMMLMiningModelpublic Map<String,Object> getOutputFieldsMap()
getOutputFieldsMap in class KiePMMLModelpublic Map<String,String> getSourcesMap()
getSourcesMap in interface HasSourcesMappublic String getKModulePackageName()
getKModulePackageName in class KiePMMLModelpublic List<KiePMMLModel> getNestedModels()
getNestedModels in interface HasNestedModelsgetNestedModels in class KiePMMLMiningModelCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.