static FieldValue |
FunctionUtil.evaluate(org.dmg.pmml.Apply apply,
java.util.List<FieldValue> values,
EvaluationContext context) |
static FieldValue |
FunctionUtil.evaluate(org.dmg.pmml.DefineFunction defineFunction,
java.util.List<FieldValue> values,
EvaluationContext context) |
static FieldValue |
ExpressionUtil.evaluate(org.dmg.pmml.DerivedField derivedField,
EvaluationContext context) |
abstract java.lang.Boolean |
JavaPredicate.evaluate(EvaluationContext context) |
abstract FieldValue |
JavaExpression.evaluate(EvaluationContext context) |
static FieldValue |
ExpressionUtil.evaluate(org.dmg.pmml.Expression expression,
EvaluationContext context) |
static java.lang.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 java.util.Map<org.dmg.pmml.FieldName,? extends Classification> |
TargetUtil.evaluateClassification(TargetField targetField,
Classification value,
EvaluationContext context) |
static Classification |
TargetUtil.evaluateClassificationInternal(TargetField targetField,
Classification value,
EvaluationContext context) |
static java.lang.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 FieldValue |
ExpressionUtil.evaluateFieldRef(org.dmg.pmml.FieldRef fieldRef,
EvaluationContext context) |
static FieldValue |
ExpressionUtil.evaluateJavaExpression(JavaExpression javaExpression,
EvaluationContext context) |
static java.lang.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 java.util.Map<org.dmg.pmml.FieldName,?> |
TargetUtil.evaluateRegression(TargetField targetField,
java.lang.Double value,
EvaluationContext context) |
static java.lang.Object |
TargetUtil.evaluateRegressionInternal(TargetField targetField,
java.lang.Object value,
EvaluationContext context) |
static java.lang.Boolean |
PredicateUtil.evaluateSimplePredicate(org.dmg.pmml.SimplePredicate simplePredicate,
EvaluationContext context) |
static java.lang.Boolean |
PredicateUtil.evaluateSimpleSetPredicate(org.dmg.pmml.SimpleSetPredicate simpleSetPredicate,
EvaluationContext context) |
static FieldValue |
ExpressionUtil.evaluateTextIndex(org.dmg.pmml.TextIndex textIndex,
EvaluationContext context) |