| Modifier and Type | Class and Description |
|---|---|
class |
DefineFunctionEvaluationContext |
class |
ModelEvaluationContext |
class |
VirtualEvaluationContext |
| Modifier and Type | Method and Description |
|---|---|
EvaluationContext |
DefineFunctionEvaluationContext.getParent() |
| Modifier and Type | Method and Description |
|---|---|
static FieldValue |
ExpressionUtil.evaluate(org.dmg.pmml.DefineFunction defineFunction,
List<FieldValue> values,
EvaluationContext context) |
static FieldValue |
ExpressionUtil.evaluate(org.dmg.pmml.DerivedField derivedField,
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) |
protected <V extends Number> |
ModelEvaluator.evaluateAssociationRules(ValueFactory<V> valueFactory,
EvaluationContext context) |
protected <V extends Number> |
ModelEvaluator.evaluateClassification(ValueFactory<V> valueFactory,
EvaluationContext context) |
protected <V extends Number> |
ModelEvaluator.evaluateClustering(ValueFactory<V> valueFactory,
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>> |
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) |
protected <V extends Number> |
ModelEvaluator.evaluateMixed(ValueFactory<V> valueFactory,
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>> |
PredicateUtil.evaluatePredicateContainer(E hasPredicate,
EvaluationContext context) |
protected <V extends Number> |
ModelEvaluator.evaluateRegression(ValueFactory<V> valueFactory,
EvaluationContext context) |
protected <V extends Number> |
ModelEvaluator.evaluateSequences(ValueFactory<V> valueFactory,
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) |
protected <V extends Number> |
ModelEvaluator.evaluateTimeSeries(ValueFactory<V> valueFactory,
EvaluationContext context) |
static <E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.HasType<E> & org.dmg.pmml.HasExpression<E>> |
ExpressionUtil.evaluateTypedExpressionContainer(E hasTypedExpression,
EvaluationContext context) |
| Constructor and Description |
|---|
DefineFunctionEvaluationContext(org.dmg.pmml.DefineFunction defineFunction,
EvaluationContext parent) |
| Modifier and Type | Method and Description |
|---|---|
protected <V extends Number> |
AssociationModelEvaluator.evaluateAssociationRules(ValueFactory<V> valueFactory,
EvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected <V extends Number> |
ClusteringModelEvaluator.evaluateClustering(ValueFactory<V> valueFactory,
EvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected <V extends Number> |
GeneralRegressionModelEvaluator.evaluateClassification(ValueFactory<V> valueFactory,
EvaluationContext context) |
protected <V extends Number> |
GeneralRegressionModelEvaluator.evaluateRegression(ValueFactory<V> valueFactory,
EvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected <V extends Number> |
JavaModel.evaluateClassification(ValueFactory<V> valueFactory,
EvaluationContext context) |
protected <V extends Number> |
JavaModelEvaluator.evaluateClassification(ValueFactory<V> valueFactory,
EvaluationContext context) |
protected <V extends Number> |
JavaModel.evaluateRegression(ValueFactory<V> valueFactory,
EvaluationContext context) |
protected <V extends Number> |
JavaModelEvaluator.evaluateRegression(ValueFactory<V> valueFactory,
EvaluationContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
MiningModelEvaluationContext |
| Modifier and Type | Method and Description |
|---|---|
protected <V extends Number> |
MiningModelEvaluator.evaluateAssociationRules(ValueFactory<V> valueFactory,
EvaluationContext context) |
protected <V extends Number> |
MiningModelEvaluator.evaluateClassification(ValueFactory<V> valueFactory,
EvaluationContext context) |
protected <V extends Number> |
MiningModelEvaluator.evaluateClustering(ValueFactory<V> valueFactory,
EvaluationContext context) |
protected <V extends Number> |
MiningModelEvaluator.evaluateMixed(ValueFactory<V> valueFactory,
EvaluationContext context) |
protected <V extends Number> |
MiningModelEvaluator.evaluateRegression(ValueFactory<V> valueFactory,
EvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected <V extends Number> |
NaiveBayesModelEvaluator.evaluateClassification(ValueFactory<V> valueFactory,
EvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected <V extends Number> |
NearestNeighborModelEvaluator.evaluateClassification(ValueFactory<V> valueFactory,
EvaluationContext context) |
protected <V extends Number> |
NearestNeighborModelEvaluator.evaluateClustering(ValueFactory<V> valueFactory,
EvaluationContext context) |
protected <V extends Number> |
NearestNeighborModelEvaluator.evaluateMixed(ValueFactory<V> valueFactory,
EvaluationContext context) |
protected <V extends Number> |
NearestNeighborModelEvaluator.evaluateRegression(ValueFactory<V> valueFactory,
EvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected <V extends Number> |
NeuralNetworkEvaluator.evaluateClassification(ValueFactory<V> valueFactory,
EvaluationContext context) |
protected <V extends Number> |
NeuralNetworkEvaluator.evaluateRegression(ValueFactory<V> valueFactory,
EvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected <V extends Number> |
RegressionModelEvaluator.evaluateClassification(ValueFactory<V> valueFactory,
EvaluationContext context) |
protected <V extends Number> |
RegressionModelEvaluator.evaluateRegression(ValueFactory<V> valueFactory,
EvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected <V extends Number> |
RuleSetModelEvaluator.evaluateClassification(ValueFactory<V> valueFactory,
EvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected <V extends Number> |
ScorecardEvaluator.evaluateRegression(ValueFactory<V> valueFactory,
EvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected <V extends Number> |
SupportVectorMachineModelEvaluator.evaluateClassification(ValueFactory<V> valueFactory,
EvaluationContext context) |
protected <V extends Number> |
SupportVectorMachineModelEvaluator.evaluateRegression(ValueFactory<V> valueFactory,
EvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected <V extends Number> |
TreeModelEvaluator.evaluateClassification(ValueFactory<V> valueFactory,
EvaluationContext context) |
protected <V extends Number> |
TreeModelEvaluator.evaluateRegression(ValueFactory<V> valueFactory,
EvaluationContext context) |
Copyright © 2020. All rights reserved.