Class KiePMMLPredicate

    • Constructor Detail

      • KiePMMLPredicate

        protected KiePMMLPredicate​(java.lang.String name,
                                   java.util.List<KiePMMLExtension> extensions)
    • Method Detail

      • evaluate

        public abstract boolean evaluate​(java.util.Map<java.lang.String,​java.lang.Object> values)
        Returns the evaluation of the given values if the current KiePMMLPredicate or one of its child is referred to inside the given values, otherwise false
        Parameters:
        values -
        Returns: