Uses of Class
org.kie.pmml.commons.transformations.KiePMMLDefineFunction
-
Packages that use KiePMMLDefineFunction Package Description org.kie.pmml.commons.model Un-mutable domain-classes used to represent PMML models in model-specific format.org.kie.pmml.commons.transformations -
-
Uses of KiePMMLDefineFunction in org.kie.pmml.commons.model
Methods in org.kie.pmml.commons.model that return types with arguments of type KiePMMLDefineFunction Modifier and Type Method Description List<KiePMMLDefineFunction>ProcessingDTO. getDefineFunctions()Constructor parameters in org.kie.pmml.commons.model with type arguments of type KiePMMLDefineFunction Constructor Description ProcessingDTO(List<KiePMMLDefineFunction> defineFunctions, List<KiePMMLDerivedField> derivedFields, List<KiePMMLOutputField> outputFields, List<KiePMMLTarget> kiePMMLTargets, List<KiePMMLNameValue> kiePMMLNameValues, List<org.kie.pmml.api.models.MiningField> miningFields, List<String> orderedReasonCodes) -
Uses of KiePMMLDefineFunction in org.kie.pmml.commons.transformations
Methods in org.kie.pmml.commons.transformations that return types with arguments of type KiePMMLDefineFunction Modifier and Type Method Description List<KiePMMLDefineFunction>KiePMMLTransformationDictionary. getDefineFunctions()Method parameters in org.kie.pmml.commons.transformations with type arguments of type KiePMMLDefineFunction Modifier and Type Method Description KiePMMLTransformationDictionary.BuilderKiePMMLTransformationDictionary.Builder. withDefineFunctions(List<KiePMMLDefineFunction> defineFunctions)
-