static FieldValue |
FunctionUtil.evaluate(org.dmg.pmml.Apply apply,
List<FieldValue> values,
EvaluationContext context) |
static FieldValue |
FunctionUtil.evaluate(org.dmg.pmml.DefineFunction defineFunction,
List<FieldValue> values,
EvaluationContext context) |
abstract FieldValue |
JavaExpression.evaluate(EvaluationContext context) |
abstract Boolean |
JavaPredicate.evaluate(EvaluationContext context) |
static FieldValue |
ExpressionUtil.evaluate(org.dmg.pmml.Expression expression,
EvaluationContext context) |
static Boolean |
PredicateUtil.evaluate(org.dmg.pmml.Predicate predicate,
EvaluationContext context) |
static FieldValue |
ExpressionUtil.evaluateAggregate(org.dmg.pmml.Aggregate aggregate,
EvaluationContext context) |
static FieldValue |
ExpressionUtil.evaluateApply(org.dmg.pmml.Apply apply,
EvaluationContext context) |
static Boolean |
PredicateUtil.evaluateCompoundPredicate(org.dmg.pmml.CompoundPredicate compoundPredicate,
EvaluationContext context) |
static PredicateUtil.CompoundPredicateResult |
PredicateUtil.evaluateCompoundPredicateInternal(org.dmg.pmml.CompoundPredicate compoundPredicate,
EvaluationContext context) |
static FieldValue |
ExpressionUtil.evaluateDiscretize(org.dmg.pmml.Discretize discretize,
EvaluationContext context) |
static <E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.HasExpression<E>> FieldValue |
ExpressionUtil.evaluateExpressionContainer(E hasExpression,
EvaluationContext context) |
static FieldValue |
ExpressionUtil.evaluateFieldRef(org.dmg.pmml.FieldRef fieldRef,
EvaluationContext context) |
static FieldValue |
ExpressionUtil.evaluateJavaExpression(JavaExpression javaExpression,
EvaluationContext context) |
static Boolean |
PredicateUtil.evaluateJavaPredicate(JavaPredicate javaPredicate,
EvaluationContext context) |
static FieldValue |
ExpressionUtil.evaluateMapValues(org.dmg.pmml.MapValues mapValues,
EvaluationContext context) |
static FieldValue |
ExpressionUtil.evaluateNormContinuous(org.dmg.pmml.NormContinuous normContinuous,
EvaluationContext context) |
static FieldValue |
ExpressionUtil.evaluateNormDiscrete(org.dmg.pmml.NormDiscrete normDiscrete,
EvaluationContext context) |
static <E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.HasPredicate<E>> Boolean |
PredicateUtil.evaluatePredicateContainer(E hasPredicate,
EvaluationContext context) |
static Boolean |
PredicateUtil.evaluateSimplePredicate(org.dmg.pmml.SimplePredicate simplePredicate,
EvaluationContext context) |
static Boolean |
PredicateUtil.evaluateSimpleSetPredicate(org.dmg.pmml.SimpleSetPredicate simpleSetPredicate,
EvaluationContext context) |
static FieldValue |
ExpressionUtil.evaluateTextIndex(org.dmg.pmml.TextIndex textIndex,
EvaluationContext context) |
static <E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.HasType<E> & org.dmg.pmml.HasExpression<E>> FieldValue |
ExpressionUtil.evaluateTypedExpressionContainer(E hasTypedExpression,
EvaluationContext context) |