Uses of Class
org.kie.pmml.models.tree.model.KiePMMLNodeResult
-
-
Uses of KiePMMLNodeResult in org.kie.pmml.models.tree.model
Fields in org.kie.pmml.models.tree.model with type parameters of type KiePMMLNodeResult Modifier and Type Field Description protected Function<Map<String,Object>,KiePMMLNodeResult>KiePMMLTreeModel. nodeFunctionMethods in org.kie.pmml.models.tree.model that return types with arguments of type KiePMMLNodeResult Modifier and Type Method Description protected static Optional<KiePMMLNodeResult>KiePMMLNode. getNestedKiePMMLNodeResult(List<Function<Map<String,Object>,KiePMMLNodeResult>> nodeFunctions, Map<String,Object> requestData)Method parameters in org.kie.pmml.models.tree.model with type arguments of type KiePMMLNodeResult Modifier and Type Method Description protected static Optional<KiePMMLNodeResult>KiePMMLNode. getNestedKiePMMLNodeResult(List<Function<Map<String,Object>,KiePMMLNodeResult>> nodeFunctions, Map<String,Object> requestData)
-