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 java.util.function.Function<java.util.Map<java.lang.String,java.lang.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 java.util.Optional<KiePMMLNodeResult>KiePMMLNode. getNestedKiePMMLNodeResult(java.util.List<java.util.function.Function<java.util.Map<java.lang.String,java.lang.Object>,KiePMMLNodeResult>> nodeFunctions, java.util.Map<java.lang.String,java.lang.Object> requestData)Method parameters in org.kie.pmml.models.tree.model with type arguments of type KiePMMLNodeResult Modifier and Type Method Description protected static java.util.Optional<KiePMMLNodeResult>KiePMMLNode. getNestedKiePMMLNodeResult(java.util.List<java.util.function.Function<java.util.Map<java.lang.String,java.lang.Object>,KiePMMLNodeResult>> nodeFunctions, java.util.Map<java.lang.String,java.lang.Object> requestData)
-