A B C D E F G H I J K L M N O P R S T U V W X 

A

ABS - Static variable in class org.jpmml.evaluator.Functions
 
AbstractFunction - Class in org.jpmml.evaluator.functions
 
AbstractFunction(String) - Constructor for class org.jpmml.evaluator.functions.AbstractFunction
 
accept(Visitor) - Method in class org.jpmml.evaluator.JavaExpression
 
accept(Visitor) - Method in class org.jpmml.evaluator.JavaModel
 
accept(Visitor) - Method in class org.jpmml.evaluator.JavaPredicate
 
acceptable(Object, Object, double, double) - Static method in class org.jpmml.evaluator.VerificationUtil
 
acceptable(Number, Number, double, double) - Static method in class org.jpmml.evaluator.VerificationUtil
 
ACOS - Static variable in class org.jpmml.evaluator.Functions
 
add(K, double) - Method in class org.jpmml.evaluator.ClassificationAggregator
 
add(double) - Method in class org.jpmml.evaluator.DoubleVector
 
add(HasProbability) - Method in class org.jpmml.evaluator.ProbabilityAggregator
 
add(HasProbability, double) - Method in class org.jpmml.evaluator.ProbabilityAggregator
 
add(double) - Method in class org.jpmml.evaluator.RegressionAggregator
 
add(double, double) - Method in class org.jpmml.evaluator.RegressionAggregator
 
addWarning(String) - Method in class org.jpmml.evaluator.EvaluationContext
 
AffinityDistribution - Class in org.jpmml.evaluator
 
AffinityDistribution(Classification.Type, Object) - Constructor for class org.jpmml.evaluator.AffinityDistribution
 
AggregateFunction - Class in org.jpmml.evaluator.functions
 
AggregateFunction(String) - Constructor for class org.jpmml.evaluator.functions.AggregateFunction
 
AND - Static variable in class org.jpmml.evaluator.Functions
 
applyTo(Visitable) - Method in class org.jpmml.evaluator.visitors.FeatureInspector
 
ArithmeticFunction - Class in org.jpmml.evaluator.functions
 
ArithmeticFunction(String) - Constructor for class org.jpmml.evaluator.functions.ArithmeticFunction
 
ArrayUtil - Class in org.jpmml.evaluator
 
asBoolean() - Method in class org.jpmml.evaluator.FieldValue
 
asDateTime() - Method in class org.jpmml.evaluator.FieldValue
 
asDouble() - Method in class org.jpmml.evaluator.FieldValue
Getting the value of a field as Double: FieldValue value = ...; Double result = value.asDouble(); Getting the value of a field as double: FieldValue value = ...; double result = (value.asNumber()).doubleValue();
ASIN - Static variable in class org.jpmml.evaluator.Functions
 
asInteger() - Method in class org.jpmml.evaluator.FieldValue
 
asLocalDate() - Method in class org.jpmml.evaluator.FieldValue
 
asLocalDateTime() - Method in class org.jpmml.evaluator.FieldValue
 
asLocalTime() - Method in class org.jpmml.evaluator.FieldValue
 
asNumber() - Method in class org.jpmml.evaluator.FieldValue
 
asNumberList(Array) - Static method in class org.jpmml.evaluator.ArrayUtil
 
asNumberList(SparseArray<E>) - Static method in class org.jpmml.evaluator.SparseArrayUtil
 
Association - Class in org.jpmml.evaluator.association
 
AssociationModelEvaluator - Class in org.jpmml.evaluator.association
 
AssociationModelEvaluator(PMML) - Constructor for class org.jpmml.evaluator.association.AssociationModelEvaluator
 
AssociationModelEvaluator(PMML, AssociationModel) - Constructor for class org.jpmml.evaluator.association.AssociationModelEvaluator
 
asString() - Method in class org.jpmml.evaluator.FieldValue
 
ATAN - Static variable in class org.jpmml.evaluator.Functions
 
ATAN2 - Static variable in class org.jpmml.evaluator.Functions
 
average() - Method in class org.jpmml.evaluator.RegressionAggregator
 
averageMap() - Method in class org.jpmml.evaluator.ProbabilityAggregator
 
AVG - Static variable in class org.jpmml.evaluator.Functions
 

B

binaryAnd(Boolean, Boolean) - Static method in class org.jpmml.evaluator.PredicateUtil
 
BinaryBooleanFunction - Class in org.jpmml.evaluator.functions
 
BinaryBooleanFunction(String) - Constructor for class org.jpmml.evaluator.functions.BinaryBooleanFunction
 
binaryOr(Boolean, Boolean) - Static method in class org.jpmml.evaluator.PredicateUtil
 
binaryXor(Boolean, Boolean) - Static method in class org.jpmml.evaluator.PredicateUtil
 
buildBiMap(List<E>) - Static method in class org.jpmml.evaluator.EntityUtil
 
buildCache() - Static method in class org.jpmml.evaluator.CacheUtil
 
buildLoadingCache(CacheLoader<K, V>) - Static method in class org.jpmml.evaluator.CacheUtil
 
buildMap(List<E>) - Static method in class org.jpmml.evaluator.IndexableUtil
 
buildMap(List<E>, boolean) - Static method in class org.jpmml.evaluator.IndexableUtil
 

C

CacheUtil - Class in org.jpmml.evaluator
 
calculateAdjustment(List<FieldValue>, List<? extends Number>) - Static method in class org.jpmml.evaluator.MeasureUtil
 
calculateAdjustment(List<FieldValue>) - Static method in class org.jpmml.evaluator.MeasureUtil
 
calculateCategoryProbabilities(Map<String, Double>, List<String>) - Static method in class org.jpmml.evaluator.regression.RegressionModelEvaluator
 
cast(DataType, Object) - Static method in class org.jpmml.evaluator.TypeUtil
 
cast(Class<? extends V>, Object) - Static method in class org.jpmml.evaluator.TypeUtil
 
CategoricalResultFeature - Interface in org.jpmml.evaluator
A common superinterface for categorical result features.
CategoricalValue - Class in org.jpmml.evaluator
 
CEIL - Static variable in class org.jpmml.evaluator.Functions
 
checkArguments(List<FieldValue>, int) - Method in class org.jpmml.evaluator.functions.AbstractFunction
 
checkArguments(List<FieldValue>, int, boolean) - Method in class org.jpmml.evaluator.functions.AbstractFunction
Validates arguments for a function that has a fixed number of formal parameters.
checkVariableArguments(List<FieldValue>, int) - Method in class org.jpmml.evaluator.functions.AbstractFunction
 
checkVariableArguments(List<FieldValue>, int, boolean) - Method in class org.jpmml.evaluator.functions.AbstractFunction
Validates arguments for a function that has a variable number ("n or more") of formal parameters.
Classification - Class in org.jpmml.evaluator
 
Classification(Classification.Type) - Constructor for class org.jpmml.evaluator.Classification
 
Classification(Classification.Type, Map<String, Double>) - Constructor for class org.jpmml.evaluator.Classification
 
Classification.Type - Enum in org.jpmml.evaluator
 
ClassificationAggregator<K> - Class in org.jpmml.evaluator
 
ClassificationAggregator(int) - Constructor for class org.jpmml.evaluator.ClassificationAggregator
 
clear() - Method in class org.jpmml.evaluator.ClassificationAggregator
 
ClusterAffinityDistribution - Class in org.jpmml.evaluator.clustering
 
ClusteringModelEvaluator - Class in org.jpmml.evaluator.clustering
 
ClusteringModelEvaluator(PMML) - Constructor for class org.jpmml.evaluator.clustering.ClusteringModelEvaluator
 
ClusteringModelEvaluator(PMML, ClusteringModel) - Constructor for class org.jpmml.evaluator.clustering.ClusteringModelEvaluator
 
compare(Double, Double) - Method in enum org.jpmml.evaluator.Classification.Type
Calculates the order between arguments.
compare(DataType, Object, Object) - Static method in class org.jpmml.evaluator.TypeUtil
 
compareTo(DaysSinceDate) - Method in class org.jpmml.evaluator.DaysSinceDate
 
compareTo(HasValue<?>) - Method in class org.jpmml.evaluator.FieldValue
Calculates the order between this value and the reference value.
compareTo(HasParsedValue<?>) - Method in class org.jpmml.evaluator.FieldValue
 
compareTo(FieldValue) - Method in class org.jpmml.evaluator.FieldValue
 
compareTo(SecondsSinceDate) - Method in class org.jpmml.evaluator.SecondsSinceDate
 
compareTo(SecondsSinceMidnight) - Method in class org.jpmml.evaluator.SecondsSinceMidnight
 
compareToString(String) - Method in class org.jpmml.evaluator.CategoricalValue
 
compareToString(String) - Method in class org.jpmml.evaluator.ContinuousValue
 
compareToString(String) - Method in class org.jpmml.evaluator.FieldValue
 
compareToString(String) - Method in class org.jpmml.evaluator.OrdinalValue
 
compareToValue(FieldValue) - Method in class org.jpmml.evaluator.CategoricalValue
 
compareToValue(FieldValue) - Method in class org.jpmml.evaluator.ContinuousValue
 
compareToValue(FieldValue) - Method in class org.jpmml.evaluator.FieldValue
A value-safe replacement for FieldValue.compareTo(FieldValue)
compareToValue(FieldValue) - Method in class org.jpmml.evaluator.OrdinalValue
 
ComparisonFunction - Class in org.jpmml.evaluator.functions
 
ComparisonFunction(String) - Constructor for class org.jpmml.evaluator.functions.ComparisonFunction
 
compile(String, PMMLObject) - Static method in class org.jpmml.evaluator.RegExUtil
 
compile(String, int, PMMLObject) - Static method in class org.jpmml.evaluator.RegExUtil
 
Computable - Interface in org.jpmml.evaluator
 
computeResult(DataType) - Method in class org.jpmml.evaluator.AffinityDistribution
 
computeResult(DataType) - Method in class org.jpmml.evaluator.Classification
 
computeResult(DataType) - Method in class org.jpmml.evaluator.rule_set.SimpleRuleScoreDistribution
 
computeResult(DataType) - Method in class org.jpmml.evaluator.tree.NodeScoreDistribution
 
CONCAT - Static variable in class org.jpmml.evaluator.Functions
 
ContinuousValue - Class in org.jpmml.evaluator
 
COS - Static variable in class org.jpmml.evaluator.Functions
 
COSH - Static variable in class org.jpmml.evaluator.Functions
 
create(DataType, Object) - Static method in class org.jpmml.evaluator.CategoricalValue
 
create(DataType, Object) - Static method in class org.jpmml.evaluator.ContinuousValue
 
create(Field, Object) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
create(DataType, OpType, Object) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
create(DataType, Object) - Static method in class org.jpmml.evaluator.OrdinalValue
 
createAll(DataType, OpType, List<?>) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
createFieldValue(FieldName, Object) - Method in class org.jpmml.evaluator.DefineFunctionEvaluationContext
 
createFieldValue(FieldName, Object) - Method in class org.jpmml.evaluator.EvaluationContext
 
createFieldValue(FieldName, Object) - Method in class org.jpmml.evaluator.ModelEvaluationContext
 
createInputFields() - Method in class org.jpmml.evaluator.ModelEvaluator
 
createInputFields(MiningField.UsageType) - Method in class org.jpmml.evaluator.ModelEvaluator
 
createOrdering(Classification.Type) - Static method in class org.jpmml.evaluator.Classification
 
createOutputFields() - Method in class org.jpmml.evaluator.mining.MiningModelEvaluator
 
createOutputFields() - Method in class org.jpmml.evaluator.ModelEvaluator
 
createStatistic() - Method in class org.jpmml.evaluator.functions.AggregateFunction
 
createTargetFields() - Method in class org.jpmml.evaluator.association.AssociationModelEvaluator
 
createTargetFields() - Method in class org.jpmml.evaluator.ModelEvaluator
 
cumulativeProbability(double) - Static method in class org.jpmml.evaluator.NormalDistributionUtil
 

D

DATE_DAYS_SINCE_YEAR - Static variable in class org.jpmml.evaluator.Functions
 
DATE_SECONDS_SINCE_MIDNIGHT - Static variable in class org.jpmml.evaluator.Functions
 
DATE_SECONDS_SINCE_YEAR - Static variable in class org.jpmml.evaluator.Functions
 
DaysSinceDate - Class in org.jpmml.evaluator
 
DaysSinceDate(int, LocalDate) - Constructor for class org.jpmml.evaluator.DaysSinceDate
 
DaysSinceDate(LocalDate, LocalDate) - Constructor for class org.jpmml.evaluator.DaysSinceDate
 
DaysSinceDate(LocalDate, Days) - Constructor for class org.jpmml.evaluator.DaysSinceDate
 
declare(FieldName, Object) - Method in class org.jpmml.evaluator.EvaluationContext
 
declare(FieldName, FieldValue) - Method in class org.jpmml.evaluator.EvaluationContext
 
declareAll(Map<FieldName, ?>) - Method in class org.jpmml.evaluator.EvaluationContext
 
decode(Object) - Static method in class org.jpmml.evaluator.EvaluatorUtil
 
decode(Map<FieldName, ?>) - Static method in class org.jpmml.evaluator.EvaluatorUtil
Decouples a Map instance from the current runtime environment by decoding both its keys and values.
DEFAULT_TARGET_NAME - Static variable in interface org.jpmml.evaluator.Evaluator
The name of the default target field.
DefineFunctionEvaluationContext - Class in org.jpmml.evaluator
 
delegate() - Method in class org.jpmml.evaluator.mining.SegmentResult
 
denormalize(NormContinuous, double) - Static method in class org.jpmml.evaluator.NormalizationUtil
 
DiscretizationUtil - Class in org.jpmml.evaluator
 
discretize(Discretize, FieldValue) - Static method in class org.jpmml.evaluator.DiscretizationUtil
 
discretize(Discretize, Double) - Static method in class org.jpmml.evaluator.DiscretizationUtil
 
DistributionUtil - Class in org.jpmml.evaluator
 
DIVIDE - Static variable in class org.jpmml.evaluator.Functions
 
DOUBLE_MINUS_ONE - Static variable in interface org.jpmml.evaluator.Values
 
DOUBLE_ONE - Static variable in interface org.jpmml.evaluator.Values
 
DOUBLE_ONE_HALF - Static variable in interface org.jpmml.evaluator.Values
 
DOUBLE_TWO - Static variable in interface org.jpmml.evaluator.Values
 
DOUBLE_ZERO - Static variable in interface org.jpmml.evaluator.Values
 
DoubleVector - Class in org.jpmml.evaluator
 
DoubleVector(int) - Constructor for class org.jpmml.evaluator.DoubleVector
 
DuplicateValueException - Exception in org.jpmml.evaluator
Thrown to indicate a duplicate field value.
DuplicateValueException(FieldName) - Constructor for exception org.jpmml.evaluator.DuplicateValueException
 
DuplicateValueException(FieldName, PMMLObject) - Constructor for exception org.jpmml.evaluator.DuplicateValueException
 

E

ensureContext(PMMLObject) - Method in exception org.jpmml.evaluator.PMMLException
 
EntityClassification<E extends org.dmg.pmml.Entity> - Class in org.jpmml.evaluator
 
EntityClassification(Classification.Type, BiMap<String, E>) - Constructor for class org.jpmml.evaluator.EntityClassification
 
EntityProbabilityDistribution<E extends org.dmg.pmml.Entity> - Class in org.jpmml.evaluator
 
EntityProbabilityDistribution(BiMap<String, E>) - Constructor for class org.jpmml.evaluator.EntityProbabilityDistribution
 
EntityUtil - Class in org.jpmml.evaluator
 
entryKey() - Method in enum org.jpmml.evaluator.Classification.Type
 
entryKeys(List<Map.Entry<K, V>>) - Static method in class org.jpmml.evaluator.Classification
 
entrySet() - Method in class org.jpmml.evaluator.Classification
 
entryValues(List<Map.Entry<K, V>>) - Static method in class org.jpmml.evaluator.Classification
 
EQUAL - Static variable in class org.jpmml.evaluator.Functions
 
EqualityFunction - Class in org.jpmml.evaluator.functions
 
EqualityFunction(String) - Constructor for class org.jpmml.evaluator.functions.EqualityFunction
 
equals(Object) - Method in class org.jpmml.evaluator.DaysSinceDate
 
equals(HasValue<?>) - Method in class org.jpmml.evaluator.FieldValue
Checks if this value is equal to the reference value.
equals(HasParsedValue<?>) - Method in class org.jpmml.evaluator.FieldValue
 
equals(Object) - Method in class org.jpmml.evaluator.FieldValue
 
equals(Object) - Method in class org.jpmml.evaluator.OrdinalValue
 
equals(Object) - Method in class org.jpmml.evaluator.SecondsSinceDate
 
equals(Object) - Method in class org.jpmml.evaluator.SecondsSinceMidnight
 
equals(DataType, Object, Object) - Static method in class org.jpmml.evaluator.TypeUtil
 
equalsString(String) - Method in class org.jpmml.evaluator.FieldValue
 
equalsValue(FieldValue) - Method in class org.jpmml.evaluator.FieldValue
A value-safe replacement for #equals(FieldValue).
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.association.AssociationModelEvaluator
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.clustering.ClusteringModelEvaluator
 
evaluate(FieldName) - Method in class org.jpmml.evaluator.EvaluationContext
 
evaluate(Map<FieldName, ?>) - Method in interface org.jpmml.evaluator.Evaluator
Evaluates the model with the specified arguments.
evaluate(DerivedField, EvaluationContext) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
evaluate(Expression, EvaluationContext) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
evaluate(List<FieldValue>) - Method in interface org.jpmml.evaluator.Function
Evaluates this function with the specified arguments.
evaluate(List<FieldValue>) - Method in class org.jpmml.evaluator.functions.AggregateFunction
 
evaluate(Number, Number) - Method in class org.jpmml.evaluator.functions.ArithmeticFunction
 
evaluate(List<FieldValue>) - Method in class org.jpmml.evaluator.functions.ArithmeticFunction
 
evaluate(Boolean, Boolean) - Method in class org.jpmml.evaluator.functions.BinaryBooleanFunction
 
evaluate(List<FieldValue>) - Method in class org.jpmml.evaluator.functions.BinaryBooleanFunction
 
evaluate(int) - Method in class org.jpmml.evaluator.functions.ComparisonFunction
 
evaluate(List<FieldValue>) - Method in class org.jpmml.evaluator.functions.ComparisonFunction
 
evaluate(boolean) - Method in class org.jpmml.evaluator.functions.EqualityFunction
 
evaluate(List<FieldValue>) - Method in class org.jpmml.evaluator.functions.EqualityFunction
 
evaluate(Number) - Method in class org.jpmml.evaluator.functions.MathFunction
 
evaluate(List<FieldValue>) - Method in class org.jpmml.evaluator.functions.MathFunction
 
evaluate(String) - Method in class org.jpmml.evaluator.functions.StringFunction
 
evaluate(List<FieldValue>) - Method in class org.jpmml.evaluator.functions.StringFunction
 
evaluate(Number) - Method in class org.jpmml.evaluator.functions.TrigonometricFunction
 
evaluate(List<FieldValue>) - Method in class org.jpmml.evaluator.functions.TrigonometricFunction
 
evaluate(Boolean) - Method in class org.jpmml.evaluator.functions.UnaryBooleanFunction
 
evaluate(List<FieldValue>) - Method in class org.jpmml.evaluator.functions.UnaryBooleanFunction
 
evaluate(FieldValue) - Method in class org.jpmml.evaluator.functions.ValueFunction
 
evaluate(List<FieldValue>) - Method in class org.jpmml.evaluator.functions.ValueFunction
 
evaluate(int) - Method in class org.jpmml.evaluator.functions.ValueListFunction
 
evaluate(List<FieldValue>) - Method in class org.jpmml.evaluator.functions.ValueListFunction
 
evaluate(Apply, List<FieldValue>, EvaluationContext) - Static method in class org.jpmml.evaluator.FunctionUtil
 
evaluate(DefineFunction, List<FieldValue>, EvaluationContext) - Static method in class org.jpmml.evaluator.FunctionUtil
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.general_regression.GeneralRegressionModelEvaluator
 
evaluate(EvaluationContext) - Method in class org.jpmml.evaluator.JavaExpression
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.JavaModel
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.JavaModelEvaluator
 
evaluate(EvaluationContext) - Method in class org.jpmml.evaluator.JavaPredicate
 
evaluate(Map<FieldName, ?>) - Method in class org.jpmml.evaluator.mining.MiningModelEvaluator
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.mining.MiningModelEvaluator
 
evaluate(MiningModelEvaluationContext) - Method in class org.jpmml.evaluator.mining.MiningModelEvaluator
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.ModelEvaluator
 
evaluate(Map<FieldName, ?>) - Method in class org.jpmml.evaluator.ModelEvaluator
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.naive_bayes.NaiveBayesModelEvaluator
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.nearest_neighbor.NearestNeighborModelEvaluator
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.neural_network.NeuralNetworkEvaluator
 
evaluate(Map<FieldName, ?>, ModelEvaluationContext) - Static method in class org.jpmml.evaluator.OutputUtil
Evaluates the Output element.
evaluate(Predicate, EvaluationContext) - Static method in class org.jpmml.evaluator.PredicateUtil
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.regression.RegressionModelEvaluator
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.rule_set.RuleSetModelEvaluator
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.scorecard.ScorecardEvaluator
 
evaluate(Kernel, double[], double[]) - Static method in class org.jpmml.evaluator.support_vector_machine.KernelUtil
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.support_vector_machine.SupportVectorMachineModelEvaluator
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.tree.TreeModelEvaluator
 
evaluateAggregate(Aggregate, EvaluationContext) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
evaluateApply(Apply, EvaluationContext) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
evaluateClassification(Classification, ModelEvaluationContext) - Static method in class org.jpmml.evaluator.TargetUtil
 
evaluateClassification(TargetField, Classification, EvaluationContext) - Static method in class org.jpmml.evaluator.TargetUtil
 
evaluateClassificationDefault(ModelEvaluationContext) - Static method in class org.jpmml.evaluator.TargetUtil
 
evaluateClassificationInternal(TargetField, Classification, EvaluationContext) - Static method in class org.jpmml.evaluator.TargetUtil
 
evaluateCompoundPredicate(CompoundPredicate, EvaluationContext) - Static method in class org.jpmml.evaluator.PredicateUtil
 
evaluateCompoundPredicateInternal(CompoundPredicate, EvaluationContext) - Static method in class org.jpmml.evaluator.PredicateUtil
 
evaluateConstant(Constant) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
evaluateDiscretize(Discretize, EvaluationContext) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
evaluateDistance(ComparisonMeasure, List<? extends ComparisonField>, List<FieldValue>, List<FieldValue>, double) - Static method in class org.jpmml.evaluator.MeasureUtil
 
evaluateFalse(False) - Static method in class org.jpmml.evaluator.PredicateUtil
 
evaluateFieldRef(FieldRef, EvaluationContext) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
evaluateJavaExpression(JavaExpression, EvaluationContext) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
evaluateJavaPredicate(JavaPredicate, EvaluationContext) - Static method in class org.jpmml.evaluator.PredicateUtil
 
evaluateLinearKernel(LinearKernel, double[], double[]) - Static method in class org.jpmml.evaluator.support_vector_machine.KernelUtil
 
evaluateMapValues(MapValues, EvaluationContext) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
evaluateNormContinuous(NormContinuous, EvaluationContext) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
evaluateNormDiscrete(NormDiscrete, EvaluationContext) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
evaluatePolynomialKernel(PolynomialKernel, double[], double[]) - Static method in class org.jpmml.evaluator.support_vector_machine.KernelUtil
 
evaluateRadialBasisKernel(RadialBasisKernel, double[], double[]) - Static method in class org.jpmml.evaluator.support_vector_machine.KernelUtil
 
evaluateRegression(Double, ModelEvaluationContext) - Static method in class org.jpmml.evaluator.TargetUtil
 
evaluateRegression(TargetField, Double, EvaluationContext) - Static method in class org.jpmml.evaluator.TargetUtil
 
evaluateRegressionDefault(ModelEvaluationContext) - Static method in class org.jpmml.evaluator.TargetUtil
 
evaluateRegressionInternal(TargetField, Object, EvaluationContext) - Static method in class org.jpmml.evaluator.TargetUtil
 
evaluateSigmoidKernel(SigmoidKernel, double[], double[]) - Static method in class org.jpmml.evaluator.support_vector_machine.KernelUtil
 
evaluateSimilarity(ComparisonMeasure, List<? extends ComparisonField>, BitSet, BitSet) - Static method in class org.jpmml.evaluator.MeasureUtil
 
evaluateSimplePredicate(SimplePredicate, EvaluationContext) - Static method in class org.jpmml.evaluator.PredicateUtil
 
evaluateSimpleSetPredicate(SimpleSetPredicate, EvaluationContext) - Static method in class org.jpmml.evaluator.PredicateUtil
 
evaluateTextIndex(TextIndex, EvaluationContext) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
evaluateTrue(True) - Static method in class org.jpmml.evaluator.PredicateUtil
 
EvaluationContext - Class in org.jpmml.evaluator
 
EvaluationException - Exception in org.jpmml.evaluator
Thrown to indicate an abrupt termination of the evaluation process.
EvaluationException() - Constructor for exception org.jpmml.evaluator.EvaluationException
 
EvaluationException(String) - Constructor for exception org.jpmml.evaluator.EvaluationException
 
EvaluationException(PMMLObject) - Constructor for exception org.jpmml.evaluator.EvaluationException
 
EvaluationException(String, PMMLObject) - Constructor for exception org.jpmml.evaluator.EvaluationException
 
Evaluator - Interface in org.jpmml.evaluator
Performs the evaluation of a Model.
EvaluatorUtil - Class in org.jpmml.evaluator
 
EXP - Static variable in class org.jpmml.evaluator.Functions
 
EXPM1 - Static variable in class org.jpmml.evaluator.Functions
 
ExpressionUtil - Class in org.jpmml.evaluator
 
ExtensionUtil - Class in org.jpmml.evaluator
 

F

FeatureInspector<E extends PMMLException> - Class in org.jpmml.evaluator.visitors
This class provides a skeletal implementation of class model inspectors.
FeatureInspector() - Constructor for class org.jpmml.evaluator.visitors.FeatureInspector
 
FieldValue - Class in org.jpmml.evaluator
A field value representation that meets the requirements of PMML type system.
FieldValueUtil - Class in org.jpmml.evaluator
 
find(K, List<E>) - Static method in class org.jpmml.evaluator.IndexableUtil
 
FLOAT_MINUS_ONE - Static variable in interface org.jpmml.evaluator.Values
 
FLOAT_ONE - Static variable in interface org.jpmml.evaluator.Values
 
FLOAT_ZERO - Static variable in interface org.jpmml.evaluator.Values
 
FLOOR - Static variable in class org.jpmml.evaluator.Functions
 
format(Object) - Static method in class org.jpmml.evaluator.TypeUtil
 
FORMAT_DATETIME - Static variable in class org.jpmml.evaluator.Functions
 
FORMAT_NUMBER - Static variable in class org.jpmml.evaluator.Functions
 
formatXPath(PMMLObject) - Static method in class org.jpmml.evaluator.XPathUtil
 
formatXPath(PMMLObject, Field) - Static method in class org.jpmml.evaluator.XPathUtil
 
formatXPath(PMMLObject, Field, Object) - Static method in class org.jpmml.evaluator.XPathUtil
 
FpMathFunction - Class in org.jpmml.evaluator.functions
 
FpMathFunction(String) - Constructor for class org.jpmml.evaluator.functions.FpMathFunction
 
Function - Interface in org.jpmml.evaluator
A common superinterface for PMML built-in functions and Java user-defined functions.
FunctionException - Exception in org.jpmml.evaluator
Thrown to indicate an incorrect function invocation.
FunctionException(Function, String) - Constructor for exception org.jpmml.evaluator.FunctionException
 
FunctionRegistry - Class in org.jpmml.evaluator
A registry of Java user-defined functions (Java UDFs).
Functions - Class in org.jpmml.evaluator
 
FunctionUtil - Class in org.jpmml.evaluator
 

G

GeneralRegressionModelEvaluator - Class in org.jpmml.evaluator.general_regression
 
GeneralRegressionModelEvaluator(PMML) - Constructor for class org.jpmml.evaluator.general_regression.GeneralRegressionModelEvaluator
 
GeneralRegressionModelEvaluator(PMML, GeneralRegressionModel) - Constructor for class org.jpmml.evaluator.general_regression.GeneralRegressionModelEvaluator
 
get(String) - Method in class org.jpmml.evaluator.Classification
 
get(K) - Method in class org.jpmml.evaluator.ClassificationAggregator
 
get(int) - Method in class org.jpmml.evaluator.DoubleVector
 
getActiveFields() - Method in interface org.jpmml.evaluator.HasActiveFields
Gets the independent (ie. input) fields of a Model from its MiningSchema.
getActiveFields() - Method in class org.jpmml.evaluator.ModelEvaluator
 
getAffinity(String) - Method in class org.jpmml.evaluator.AffinityDistribution
 
getAffinity(String) - Method in class org.jpmml.evaluator.clustering.ClusterAffinityDistribution
 
getAffinity(String) - Method in interface org.jpmml.evaluator.HasAffinity
Gets the affinity towards the specified category.
getAffinity(Object, OutputField) - Static method in class org.jpmml.evaluator.OutputUtil
 
getAffinityRanking() - Method in class org.jpmml.evaluator.AffinityDistribution
 
getAffinityRanking() - Method in class org.jpmml.evaluator.clustering.ClusterAffinityDistribution
 
getAffinityRanking() - Method in interface org.jpmml.evaluator.HasAffinityRanking
Gets the affinities for known categories.
getAlgorithmName() - Method in class org.jpmml.evaluator.JavaModel
 
getAntecedentFlags() - Method in class org.jpmml.evaluator.association.Association
 
getArguments() - Method in class org.jpmml.evaluator.ModelEvaluationContext
 
getAssociationRuleRegistry() - Method in interface org.jpmml.evaluator.HasRuleValues
 
getAssociationRules() - Method in class org.jpmml.evaluator.association.Association
 
getBayesInputs() - Method in class org.jpmml.evaluator.naive_bayes.NaiveBayesModelEvaluator
 
getCacheBuilderSpec() - Static method in class org.jpmml.evaluator.CacheUtil
 
getCategoricalResidual(Object, FieldValue) - Static method in class org.jpmml.evaluator.OutputUtil
 
getCategoryValues() - Method in class org.jpmml.evaluator.AffinityDistribution
 
getCategoryValues() - Method in interface org.jpmml.evaluator.CategoricalResultFeature
Gets the set of known categories.
getCategoryValues() - Method in class org.jpmml.evaluator.clustering.ClusterAffinityDistribution
 
getCategoryValues() - Method in class org.jpmml.evaluator.EntityProbabilityDistribution
 
getCategoryValues() - Method in class org.jpmml.evaluator.ProbabilityDistribution
 
getCategoryValues() - Method in class org.jpmml.evaluator.rule_set.SimpleRuleScoreDistribution
 
getCategoryValues() - Method in class org.jpmml.evaluator.tree.NodeScoreDistribution
 
getCategoryValues() - Method in class org.jpmml.evaluator.VoteDistribution
 
getColumns(Matrix) - Static method in class org.jpmml.evaluator.MatrixUtil
 
getConfidence(String) - Method in interface org.jpmml.evaluator.HasConfidence
Gets the confidence of the specified category.
getConfidence(String) - Method in class org.jpmml.evaluator.rule_set.SimpleRuleScoreDistribution
 
getConfidence(String) - Method in class org.jpmml.evaluator.tree.NodeScoreDistribution
 
getConsequentFlags() - Method in class org.jpmml.evaluator.association.Association
 
getConstantDataType(Constant) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
getConstantDataType(String) - Static method in class org.jpmml.evaluator.TypeUtil
 
getContent(Array) - Static method in class org.jpmml.evaluator.ArrayUtil
 
getContent(InlineTable) - Static method in class org.jpmml.evaluator.InlineTableUtil
 
getContent(SparseArray<E>) - Static method in class org.jpmml.evaluator.SparseArrayUtil
 
getContext() - Method in exception org.jpmml.evaluator.PMMLException
 
getDataField() - Method in class org.jpmml.evaluator.mining.MiningModelEvaluator
 
getDataField(FieldName) - Method in class org.jpmml.evaluator.ModelEvaluator
 
getDataField() - Method in class org.jpmml.evaluator.ModelEvaluator
 
getDataField() - Method in class org.jpmml.evaluator.nearest_neighbor.NearestNeighborModelEvaluator
 
getDataField() - Method in class org.jpmml.evaluator.TargetField
 
getDataType(Expression, ModelEvaluator<?>) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
getDataType() - Method in class org.jpmml.evaluator.FieldValue
 
getDataType() - Method in class org.jpmml.evaluator.InputField
 
getDataType() - Method in class org.jpmml.evaluator.ModelField
 
getDataType() - Method in class org.jpmml.evaluator.OutputField
 
getDataType(OutputField, ModelEvaluator<?>) - Static method in class org.jpmml.evaluator.OutputUtil
 
getDataType() - Method in class org.jpmml.evaluator.TargetField
 
getDataType(Object) - Static method in class org.jpmml.evaluator.TypeUtil
 
getDataType(Collection<?>) - Static method in class org.jpmml.evaluator.TypeUtil
 
getDays() - Method in class org.jpmml.evaluator.DaysSinceDate
 
getDefault() - Method in enum org.jpmml.evaluator.Classification.Type
Gets the least optimal value in the range of valid values.
getDefineFunction(String) - Method in class org.jpmml.evaluator.DefineFunctionEvaluationContext
 
getDefineFunction(String) - Method in class org.jpmml.evaluator.EvaluationContext
 
getDefineFunction(String) - Method in class org.jpmml.evaluator.ModelEvaluationContext
 
getDefineFunction(String) - Method in class org.jpmml.evaluator.ModelEvaluator
 
getDepth() - Method in class org.jpmml.evaluator.OutputField
Returns the nesting depth relative to the "host" Evaluator instance.
getDerivedField(FieldName) - Method in class org.jpmml.evaluator.ModelEvaluator
 
getDisplayValue() - Method in class org.jpmml.evaluator.clustering.ClusterAffinityDistribution
 
getDisplayValue() - Method in interface org.jpmml.evaluator.HasDisplayValue
 
getElementAt(Matrix, int, int) - Static method in class org.jpmml.evaluator.MatrixUtil
 
getEntity() - Method in class org.jpmml.evaluator.EntityClassification
 
getEntityAffinity() - Method in class org.jpmml.evaluator.AffinityDistribution
 
getEntityAffinity() - Method in class org.jpmml.evaluator.clustering.ClusterAffinityDistribution
 
getEntityAffinity() - Method in interface org.jpmml.evaluator.HasEntityAffinity
Gets the affinity towards the winning entity.
getEntityAffinity(Object) - Static method in class org.jpmml.evaluator.OutputUtil
 
getEntityId() - Method in class org.jpmml.evaluator.AffinityDistribution
 
getEntityId() - Method in class org.jpmml.evaluator.EntityClassification
 
getEntityId() - Method in interface org.jpmml.evaluator.HasEntityId
Gets the Entity identifier.
getEntityId() - Method in class org.jpmml.evaluator.mining.SegmentResult
 
getEntityId() - Method in class org.jpmml.evaluator.tree.NodeScore
 
getEntityIdRanking() - Method in class org.jpmml.evaluator.AffinityDistribution
 
getEntityIdRanking() - Method in class org.jpmml.evaluator.clustering.ClusterAffinityDistribution
 
getEntityIdRanking() - Method in interface org.jpmml.evaluator.HasEntityIdRanking
 
getEntityRegistry() - Method in class org.jpmml.evaluator.association.Association
 
getEntityRegistry() - Method in class org.jpmml.evaluator.association.AssociationModelEvaluator
 
getEntityRegistry() - Method in class org.jpmml.evaluator.clustering.ClusteringModelEvaluator
 
getEntityRegistry() - Method in class org.jpmml.evaluator.EntityClassification
 
getEntityRegistry() - Method in interface org.jpmml.evaluator.HasEntityRegistry
 
getEntityRegistry() - Method in class org.jpmml.evaluator.mining.MiningModelEvaluator
 
getEntityRegistry() - Method in class org.jpmml.evaluator.neural_network.NeuralNetworkEvaluator
 
getEntityRegistry() - Method in class org.jpmml.evaluator.rule_set.RuleSetModelEvaluator
 
getEntityRegistry() - Method in class org.jpmml.evaluator.tree.NodeScore
 
getEntityRegistry() - Method in class org.jpmml.evaluator.tree.TreeModelEvaluator
 
getEvaluatorFactory() - Method in class org.jpmml.evaluator.mining.MiningModelEvaluator
 
getExceptions() - Method in class org.jpmml.evaluator.visitors.FeatureInspector
 
getField(FieldName) - Method in class org.jpmml.evaluator.EvaluationContext
 
getField() - Method in class org.jpmml.evaluator.InputField
 
getField() - Method in class org.jpmml.evaluator.TargetReferenceField
 
getFieldCountSums() - Method in class org.jpmml.evaluator.naive_bayes.NaiveBayesModelEvaluator
 
getFields() - Method in class org.jpmml.evaluator.EvaluationContext
 
getFormat() - Static method in class org.jpmml.evaluator.SecondsSinceMidnight
 
getFunction() - Method in exception org.jpmml.evaluator.FunctionException
 
getFunction(String) - Static method in class org.jpmml.evaluator.FunctionRegistry
Gets a function for a name.
getFunction(String) - Static method in class org.jpmml.evaluator.FunctionUtil
 
getGroupFields() - Method in class org.jpmml.evaluator.association.AssociationModelEvaluator
 
getGroupFields() - Method in interface org.jpmml.evaluator.HasGroupFields
Gets the group fields of a Model from its MiningSchema.
getId(E, HasEntityRegistry<E>) - Static method in class org.jpmml.evaluator.EntityUtil
 
getId(E, BiMap<String, E>) - Static method in class org.jpmml.evaluator.EntityUtil
 
getInlineTable(E) - Static method in class org.jpmml.evaluator.InlineTableUtil
 
getInputFields() - Method in interface org.jpmml.evaluator.HasInputFields
 
getInputFields() - Method in class org.jpmml.evaluator.ModelEvaluator
 
getItems() - Method in interface org.jpmml.evaluator.HasRuleValues
 
getItemsets() - Method in interface org.jpmml.evaluator.HasRuleValues
 
getLocalDerivedField(FieldName) - Method in class org.jpmml.evaluator.mining.MiningModelEvaluationContext
 
getLocalDerivedField(FieldName) - Method in class org.jpmml.evaluator.ModelEvaluator
 
getLocalTransformations() - Method in class org.jpmml.evaluator.JavaModel
 
getMapping(HasParsedValueMapping<V>) - Method in class org.jpmml.evaluator.FieldValue
 
getMiningField() - Method in class org.jpmml.evaluator.InputField
 
getMiningField(FieldName) - Method in class org.jpmml.evaluator.ModelEvaluator
 
getMiningField() - Method in class org.jpmml.evaluator.TargetField
 
getMiningFunction() - Method in interface org.jpmml.evaluator.Evaluator
Gets the type of the Model.
getMiningFunction() - Method in class org.jpmml.evaluator.JavaModel
 
getMiningFunction() - Method in class org.jpmml.evaluator.ModelEvaluator
 
getMiningSchema() - Method in class org.jpmml.evaluator.JavaModel
 
getModel() - Method in class org.jpmml.evaluator.ModelEvaluator
 
getModelEvaluator() - Method in class org.jpmml.evaluator.mining.MiningModelEvaluationContext
 
getModelEvaluator() - Method in class org.jpmml.evaluator.ModelEvaluationContext
 
getModelExplanation() - Method in class org.jpmml.evaluator.JavaModel
 
getModelName() - Method in class org.jpmml.evaluator.JavaModel
 
getModelStats() - Method in class org.jpmml.evaluator.JavaModel
 
getModelVerification() - Method in class org.jpmml.evaluator.JavaModel
 
getName() - Method in interface org.jpmml.evaluator.Function
Gets the default name of this function.
getName() - Method in class org.jpmml.evaluator.functions.AbstractFunction
 
getName() - Method in class org.jpmml.evaluator.InputField
 
getName() - Method in class org.jpmml.evaluator.ModelField
 
getName() - Method in class org.jpmml.evaluator.OutputField
 
getName() - Method in class org.jpmml.evaluator.TargetField
 
getNames(List<? extends ModelField>) - Static method in class org.jpmml.evaluator.EvaluatorUtil
 
getNode() - Method in class org.jpmml.evaluator.tree.NodeScore
 
getOpType() - Method in class org.jpmml.evaluator.CategoricalValue
 
getOpType() - Method in class org.jpmml.evaluator.ContinuousValue
 
getOpType() - Method in class org.jpmml.evaluator.FieldValue
 
getOpType() - Method in class org.jpmml.evaluator.InputField
 
getOpType() - Method in class org.jpmml.evaluator.ModelField
 
getOpType() - Method in class org.jpmml.evaluator.OrdinalValue
 
getOpType() - Method in class org.jpmml.evaluator.OutputField
 
getOpType() - Method in class org.jpmml.evaluator.TargetField
 
getOpType() - Method in class org.jpmml.evaluator.TargetReferenceField
 
getOpType(DataType) - Static method in class org.jpmml.evaluator.TypeUtil
 
getOrderFields() - Method in interface org.jpmml.evaluator.HasOrderFields
Gets the order fields of a Model from its MiningSchema.
getOrdering() - Method in enum org.jpmml.evaluator.Classification.Type
 
getOrdering() - Method in class org.jpmml.evaluator.OrdinalValue
 
getOutput() - Method in class org.jpmml.evaluator.JavaModel
 
getOutputField(FieldName) - Method in class org.jpmml.evaluator.mining.MiningModelEvaluationContext
 
getOutputField(FieldName) - Method in class org.jpmml.evaluator.ModelEvaluator
 
getOutputField() - Method in class org.jpmml.evaluator.OutputField
 
getOutputFields() - Method in interface org.jpmml.evaluator.HasResultFields
Gets the output fields of a Model from its Output.
getOutputFields() - Method in class org.jpmml.evaluator.ModelEvaluator
 
getParameterRegistry() - Method in class org.jpmml.evaluator.general_regression.GeneralRegressionModelEvaluator
 
getParent() - Method in class org.jpmml.evaluator.DefineFunctionEvaluationContext
 
getParent() - Method in class org.jpmml.evaluator.ModelEvaluationContext
 
getPattern() - Method in class org.jpmml.evaluator.TextTokenizer
 
getPMML() - Method in class org.jpmml.evaluator.ModelEvaluator
 
getProbability(String) - Method in class org.jpmml.evaluator.EntityProbabilityDistribution
 
getProbability(String) - Method in interface org.jpmml.evaluator.HasProbability
Gets the probability of the specified category.
getProbability(String) - Method in class org.jpmml.evaluator.ProbabilityDistribution
 
getProbability(String) - Method in class org.jpmml.evaluator.tree.NodeScoreDistribution
 
getProbability(String) - Method in class org.jpmml.evaluator.VoteDistribution
 
getRange() - Method in enum org.jpmml.evaluator.Classification.Type
 
getReasonCode(Object, OutputField) - Static method in class org.jpmml.evaluator.OutputUtil
 
getReasonCodeRanking() - Method in interface org.jpmml.evaluator.HasReasonCodeRanking
 
getReasonCodeRanking() - Method in class org.jpmml.evaluator.scorecard.ReasonCodeRanking
 
getReasonCodes() - Method in class org.jpmml.evaluator.scorecard.ReasonCodeRanking
 
getResult() - Method in class org.jpmml.evaluator.association.Association
 
getResult() - Method in class org.jpmml.evaluator.Classification
 
getResult() - Method in interface org.jpmml.evaluator.Computable
 
getResult(String) - Method in class org.jpmml.evaluator.mining.MiningModelEvaluationContext
 
getResult() - Method in class org.jpmml.evaluator.mining.SegmentResult
 
getResult() - Method in class org.jpmml.evaluator.PredicateUtil.CompoundPredicateResult
 
getResult() - Method in class org.jpmml.evaluator.scorecard.ReasonCodeRanking
 
getResult() - Method in class org.jpmml.evaluator.tree.NodeScore
 
getResultDataType(DataType, DataType) - Static method in class org.jpmml.evaluator.TypeUtil
 
getResultType(DataType) - Method in class org.jpmml.evaluator.functions.AggregateFunction
 
getResultType(DataType) - Method in class org.jpmml.evaluator.functions.FpMathFunction
 
getResultType(DataType) - Method in class org.jpmml.evaluator.functions.MathFunction
 
getRows(Matrix) - Static method in class org.jpmml.evaluator.MatrixUtil
 
getRuleValue(Object, OutputField, OutputField.RuleFeature) - Static method in class org.jpmml.evaluator.OutputUtil
 
getRuleValue(Object, OutputField) - Static method in class org.jpmml.evaluator.OutputUtil
 
getRuleValues(OutputField.Algorithm) - Method in class org.jpmml.evaluator.association.Association
 
getRuleValues(OutputField.Algorithm) - Method in interface org.jpmml.evaluator.HasRuleValues
 
getSeconds() - Method in class org.jpmml.evaluator.SecondsSinceDate
 
getSeconds() - Method in class org.jpmml.evaluator.SecondsSinceMidnight
 
getSegment() - Method in class org.jpmml.evaluator.mining.SegmentResult
 
getSegmentId() - Method in class org.jpmml.evaluator.mining.SegmentResult
 
getSize(Array) - Static method in class org.jpmml.evaluator.ArrayUtil
 
getSummary() - Method in class org.jpmml.evaluator.association.AssociationModelEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.clustering.ClusteringModelEvaluator
 
getSummary() - Method in interface org.jpmml.evaluator.Evaluator
Gets a short description of the Model.
getSummary() - Method in class org.jpmml.evaluator.general_regression.GeneralRegressionModelEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.JavaModelEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.mining.MiningModelEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.naive_bayes.NaiveBayesModelEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.nearest_neighbor.NearestNeighborModelEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.neural_network.NeuralNetworkEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.regression.RegressionModelEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.rule_set.RuleSetModelEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.scorecard.ScorecardEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.support_vector_machine.SupportVectorMachineModelEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.tree.TreeModelEvaluator
 
getTarget(FieldName) - Method in class org.jpmml.evaluator.association.AssociationModelEvaluator
 
getTarget(FieldName) - Method in class org.jpmml.evaluator.clustering.ClusteringModelEvaluator
 
getTarget(FieldName) - Method in class org.jpmml.evaluator.ModelEvaluator
 
getTarget() - Method in class org.jpmml.evaluator.TargetField
 
getTarget() - Method in class org.jpmml.evaluator.TargetReferenceField
 
getTargetCategories(TypeDefinitionField) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
getTargetField() - Method in class org.jpmml.evaluator.ModelEvaluator
 
getTargetFieldName() - Method in class org.jpmml.evaluator.association.AssociationModelEvaluator
 
getTargetFieldName() - Method in class org.jpmml.evaluator.mining.MiningModelEvaluator
 
getTargetFieldName() - Method in class org.jpmml.evaluator.mining.SegmentResult
 
getTargetFieldName() - Method in class org.jpmml.evaluator.ModelEvaluator
 
getTargetFields() - Method in interface org.jpmml.evaluator.HasResultFields
Gets the dependent (ie. target in supervised training) fields of a Model from its MiningSchema.
getTargetFields() - Method in class org.jpmml.evaluator.ModelEvaluator
 
getTargets() - Method in class org.jpmml.evaluator.JavaModel
 
getTargetValue() - Method in class org.jpmml.evaluator.mining.SegmentResult
 
getTargetValue(DataType) - Method in class org.jpmml.evaluator.mining.SegmentResult
 
getTargetValue(Class<V>) - Method in class org.jpmml.evaluator.mining.SegmentResult
 
getTargetValue(Target, Object) - Static method in class org.jpmml.evaluator.TargetUtil
 
getTextIndexDataType(TextIndex) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
getType() - Method in class org.jpmml.evaluator.Classification
 
getValidRanges(DataField) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
getValidValue(TypeDefinitionField, Object) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
getValidValues(TypeDefinitionField) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
getValue(K, LoadingCache<K, V>) - Static method in class org.jpmml.evaluator.CacheUtil
 
getValue(K, Cache<K, V>, Callable<? extends V>) - Static method in class org.jpmml.evaluator.CacheUtil
 
getValue() - Method in class org.jpmml.evaluator.FieldValue
 
getValue(FieldValue) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
getValue(Class<? extends V>, FieldValue) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
getValue(DataType, OpType) - Method in interface org.jpmml.evaluator.HasParsedValue
 
getValue(LoadingCache<M, V>) - Method in class org.jpmml.evaluator.ModelEvaluator
 
getValue(Cache<M, V>, Callable<? extends V>) - Method in class org.jpmml.evaluator.ModelEvaluator
 
getValueMapping(DataType, OpType) - Method in interface org.jpmml.evaluator.HasParsedValueMapping
 
getValueSet(DataType, OpType) - Method in interface org.jpmml.evaluator.HasParsedValueSet
 
getWarnings() - Method in class org.jpmml.evaluator.EvaluationContext
 
getWeight() - Method in class org.jpmml.evaluator.mining.SegmentResult
 
getWinner() - Method in class org.jpmml.evaluator.Classification
 
getWinner(Classification.Type, Collection<Map.Entry<String, Double>>) - Static method in class org.jpmml.evaluator.Classification
 
getWinnerKeys() - Method in class org.jpmml.evaluator.Classification
 
getWinnerList(Classification.Type, Collection<Map.Entry<String, Double>>) - Static method in class org.jpmml.evaluator.Classification
 
getWinnerRanking() - Method in class org.jpmml.evaluator.Classification
 
getWinners() - Method in class org.jpmml.evaluator.VoteAggregator
 
getWinnerValues() - Method in class org.jpmml.evaluator.Classification
 
GREATER_OR_EQUAL - Static variable in class org.jpmml.evaluator.Functions
 
GREATER_THAN - Static variable in class org.jpmml.evaluator.Functions
 
groupRows(HasGroupFields, List<? extends Map<FieldName, ?>>) - Static method in class org.jpmml.evaluator.EvaluatorUtil
 
groupRows(K, List<? extends Map<K, ?>>) - Static method in class org.jpmml.evaluator.EvaluatorUtil
 

H

HasActiveFields - Interface in org.jpmml.evaluator
 
HasAffinity - Interface in org.jpmml.evaluator
A marker interface for classification or clustering results that provide an affinity distribution.
HasAffinityRanking - Interface in org.jpmml.evaluator
 
HasConfidence - Interface in org.jpmml.evaluator
A marker interface for classification results that provide a confidence distribution.
HasDisplayValue - Interface in org.jpmml.evaluator
 
HasEntityAffinity - Interface in org.jpmml.evaluator
 
HasEntityId - Interface in org.jpmml.evaluator
A marker interface for results that are associated with a "winning" Entity.
HasEntityIdRanking - Interface in org.jpmml.evaluator
 
HasEntityRegistry<E extends org.dmg.pmml.Entity> - Interface in org.jpmml.evaluator
 
hasExtensions(PMMLObject) - Static method in class org.jpmml.evaluator.ExtensionUtil
 
HasGroupFields - Interface in org.jpmml.evaluator
A marker interface for models that expect the application to group many scalar-valued data records to a single collection-valued data record.
hashCode() - Method in class org.jpmml.evaluator.DaysSinceDate
 
hashCode() - Method in class org.jpmml.evaluator.FieldValue
 
hashCode() - Method in class org.jpmml.evaluator.OrdinalValue
 
hashCode() - Method in class org.jpmml.evaluator.SecondsSinceDate
 
hashCode() - Method in class org.jpmml.evaluator.SecondsSinceMidnight
 
HasInputFields - Interface in org.jpmml.evaluator
 
HasOrderFields - Interface in org.jpmml.evaluator
A marker interface for models that expect the application to group and order many scalar-valued data records to a single ordered collection-type data record.
HasParsedValue<E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.HasValue<E>> - Interface in org.jpmml.evaluator
 
HasParsedValueMapping<V> - Interface in org.jpmml.evaluator
 
HasParsedValueSet<E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.HasValueSet<E>> - Interface in org.jpmml.evaluator
 
HasProbability - Interface in org.jpmml.evaluator
A marker interface for classification results that provide a probability distribution.
HasReasonCodeRanking - Interface in org.jpmml.evaluator
 
HasResultFields - Interface in org.jpmml.evaluator
 
HasRuleValues - Interface in org.jpmml.evaluator
 
HYPOT - Static variable in class org.jpmml.evaluator.Functions
 

I

IF - Static variable in class org.jpmml.evaluator.Functions
 
IndexableUtil - Class in org.jpmml.evaluator
 
indexInStrings(Iterable<String>) - Method in class org.jpmml.evaluator.FieldValue
 
indexInValues(Iterable<FieldValue>) - Method in class org.jpmml.evaluator.FieldValue
 
InlineTableUtil - Class in org.jpmml.evaluator
 
InputField - Class in org.jpmml.evaluator
 
InputField(Field, MiningField) - Constructor for class org.jpmml.evaluator.InputField
 
INTEGER_ONE - Static variable in interface org.jpmml.evaluator.Values
 
INTEGER_ZERO - Static variable in interface org.jpmml.evaluator.Values
 
integerToDouble(DataType) - Static method in class org.jpmml.evaluator.functions.AbstractFunction
 
intValue() - Method in class org.jpmml.evaluator.DaysSinceDate
 
intValue() - Method in class org.jpmml.evaluator.SecondsSinceDate
 
intValue() - Method in class org.jpmml.evaluator.SecondsSinceMidnight
 
InvalidFeatureException - Exception in org.jpmml.evaluator
Thrown to indicate that the class model object is not valid.
InvalidFeatureException() - Constructor for exception org.jpmml.evaluator.InvalidFeatureException
 
InvalidFeatureException(String) - Constructor for exception org.jpmml.evaluator.InvalidFeatureException
 
InvalidFeatureException(PMMLObject) - Constructor for exception org.jpmml.evaluator.InvalidFeatureException
 
InvalidFeatureException(PMMLObject, Field) - Constructor for exception org.jpmml.evaluator.InvalidFeatureException
 
InvalidFeatureException(PMMLObject, Field, Object) - Constructor for exception org.jpmml.evaluator.InvalidFeatureException
 
InvalidFeatureException(String, PMMLObject) - Constructor for exception org.jpmml.evaluator.InvalidFeatureException
 
InvalidFeatureInspector - Class in org.jpmml.evaluator.visitors
A Visitor that inspects a class model object for invalid features.
InvalidFeatureInspector() - Constructor for class org.jpmml.evaluator.visitors.InvalidFeatureInspector
 
InvalidResultException - Exception in org.jpmml.evaluator
Thrown to indicate a well-defined "stop condition", which requires the abrupt termination of the evaluation process.
InvalidResultException(PMMLObject) - Constructor for exception org.jpmml.evaluator.InvalidResultException
 
InvalidResultException(String, PMMLObject) - Constructor for exception org.jpmml.evaluator.InvalidResultException
 
IS_IN - Static variable in class org.jpmml.evaluator.Functions
 
IS_MISSING - Static variable in class org.jpmml.evaluator.Functions
 
IS_NOT_IN - Static variable in class org.jpmml.evaluator.Functions
 
IS_NOT_MISSING - Static variable in class org.jpmml.evaluator.Functions
 
isAlternative() - Method in class org.jpmml.evaluator.PredicateUtil.CompoundPredicateResult
 
isCompatible() - Method in class org.jpmml.evaluator.ModelEvaluationContext
 
isDefault(MiningField) - Static method in class org.jpmml.evaluator.MiningFieldUtil
 
isDistance(Measure) - Static method in class org.jpmml.evaluator.MeasureUtil
 
isEmpty() - Method in class org.jpmml.evaluator.Classification
 
isEmpty() - Method in class org.jpmml.evaluator.tree.NodeScoreDistribution
 
isFinalResult() - Method in class org.jpmml.evaluator.OutputField
Returns the "finality" (as decided by the PMML producer) of this output field.
isIn(HasValueSet<?>) - Method in class org.jpmml.evaluator.FieldValue
Checks if this value is contained in the set of reference values.
isIn(HasParsedValueSet<?>) - Method in class org.jpmml.evaluator.FieldValue
 
isNoOp(ContinuousDistribution) - Static method in class org.jpmml.evaluator.DistributionUtil
 
isNoOp(GaussianDistribution) - Static method in class org.jpmml.evaluator.DistributionUtil
 
isPunctuation(char) - Static method in class org.jpmml.evaluator.TextTokenizer
 
isScorable() - Method in class org.jpmml.evaluator.JavaModel
 
isSimilarity(Measure) - Static method in class org.jpmml.evaluator.MeasureUtil
 
isSynthetic() - Method in class org.jpmml.evaluator.TargetField
 
isValid(Double) - Method in enum org.jpmml.evaluator.Classification.Type
 
isZero(Number, double) - Static method in class org.jpmml.evaluator.VerificationUtil
 

J

JavaExpression - Class in org.jpmml.evaluator
 
JavaExpression() - Constructor for class org.jpmml.evaluator.JavaExpression
 
JavaModel - Class in org.jpmml.evaluator
 
JavaModel() - Constructor for class org.jpmml.evaluator.JavaModel
 
JavaModelEvaluator - Class in org.jpmml.evaluator
 
JavaModelEvaluator(PMML) - Constructor for class org.jpmml.evaluator.JavaModelEvaluator
 
JavaModelEvaluator(PMML, JavaModel) - Constructor for class org.jpmml.evaluator.JavaModelEvaluator
 
JavaPredicate - Class in org.jpmml.evaluator
 
JavaPredicate() - Constructor for class org.jpmml.evaluator.JavaPredicate
 

K

KernelUtil - Class in org.jpmml.evaluator.support_vector_machine
 
keys(List<E>) - Static method in class org.jpmml.evaluator.IndexableUtil
 
keySet() - Method in class org.jpmml.evaluator.Classification
 

L

LESS_OR_EQUAL - Static variable in class org.jpmml.evaluator.Functions
 
LESS_THAN - Static variable in class org.jpmml.evaluator.Functions
 
LN - Static variable in class org.jpmml.evaluator.Functions
 
LN1P - Static variable in class org.jpmml.evaluator.Functions
 
LOG10 - Static variable in class org.jpmml.evaluator.Functions
 
LOWERCASE - Static variable in class org.jpmml.evaluator.Functions
 

M

mapValue(MapValues, Map<String, FieldValue>) - Static method in class org.jpmml.evaluator.DiscretizationUtil
 
MATCHES - Static variable in class org.jpmml.evaluator.Functions
 
MathFunction - Class in org.jpmml.evaluator.functions
 
MathFunction(String) - Constructor for class org.jpmml.evaluator.functions.MathFunction
 
MatrixUtil - Class in org.jpmml.evaluator
 
max() - Method in class org.jpmml.evaluator.DoubleVector
 
MAX - Static variable in class org.jpmml.evaluator.Functions
 
maxMap(Collection<String>) - Method in class org.jpmml.evaluator.ProbabilityAggregator
 
MeasureUtil - Class in org.jpmml.evaluator
 
median() - Method in class org.jpmml.evaluator.DoubleVector
 
median() - Method in class org.jpmml.evaluator.RegressionAggregator
 
medianMap(Collection<String>) - Method in class org.jpmml.evaluator.ProbabilityAggregator
 
MIN - Static variable in class org.jpmml.evaluator.Functions
 
MiningFieldUtil - Class in org.jpmml.evaluator
 
MiningModelEvaluationContext - Class in org.jpmml.evaluator.mining
 
MiningModelEvaluationContext(MiningModelEvaluator) - Constructor for class org.jpmml.evaluator.mining.MiningModelEvaluationContext
 
MiningModelEvaluationContext(MiningModelEvaluationContext, MiningModelEvaluator) - Constructor for class org.jpmml.evaluator.mining.MiningModelEvaluationContext
 
MiningModelEvaluator - Class in org.jpmml.evaluator.mining
 
MiningModelEvaluator(PMML) - Constructor for class org.jpmml.evaluator.mining.MiningModelEvaluator
 
MiningModelEvaluator(PMML, MiningModel) - Constructor for class org.jpmml.evaluator.mining.MiningModelEvaluator
 
MINUS - Static variable in class org.jpmml.evaluator.Functions
 
MissingFieldException - Exception in org.jpmml.evaluator
Thrown to indicate that a field name cannot be resolved to a field in the current context.
MissingFieldException(FieldName) - Constructor for exception org.jpmml.evaluator.MissingFieldException
 
MissingFieldException(FieldName, PMMLObject) - Constructor for exception org.jpmml.evaluator.MissingFieldException
 
MissingValueException - Exception in org.jpmml.evaluator
Thrown to indicate a missing field value.
MissingValueException(FieldName) - Constructor for exception org.jpmml.evaluator.MissingValueException
 
MissingValueException(FieldName, PMMLObject) - Constructor for exception org.jpmml.evaluator.MissingValueException
 
ModelEvaluationContext - Class in org.jpmml.evaluator
 
ModelEvaluationContext(ModelEvaluator<?>) - Constructor for class org.jpmml.evaluator.ModelEvaluationContext
 
ModelEvaluationContext(MiningModelEvaluationContext, ModelEvaluator<?>) - Constructor for class org.jpmml.evaluator.ModelEvaluationContext
 
ModelEvaluator<M extends org.dmg.pmml.Model> - Class in org.jpmml.evaluator
 
ModelEvaluator(PMML, M) - Constructor for class org.jpmml.evaluator.ModelEvaluator
 
ModelEvaluatorFactory - Class in org.jpmml.evaluator
 
ModelEvaluatorFactory() - Constructor for class org.jpmml.evaluator.ModelEvaluatorFactory
 
ModelField - Class in org.jpmml.evaluator
A common superclass for all model fields.
ModelField() - Constructor for class org.jpmml.evaluator.ModelField
 
MULTIPLY - Static variable in class org.jpmml.evaluator.Functions
 

N

NaiveBayesModelEvaluator - Class in org.jpmml.evaluator.naive_bayes
 
NaiveBayesModelEvaluator(PMML) - Constructor for class org.jpmml.evaluator.naive_bayes.NaiveBayesModelEvaluator
 
NaiveBayesModelEvaluator(PMML, NaiveBayesModel) - Constructor for class org.jpmml.evaluator.naive_bayes.NaiveBayesModelEvaluator
 
NearestNeighborModelEvaluator - Class in org.jpmml.evaluator.nearest_neighbor
 
NearestNeighborModelEvaluator(PMML) - Constructor for class org.jpmml.evaluator.nearest_neighbor.NearestNeighborModelEvaluator
 
NearestNeighborModelEvaluator(PMML, NearestNeighborModel) - Constructor for class org.jpmml.evaluator.nearest_neighbor.NearestNeighborModelEvaluator
 
NeuralNetworkEvaluator - Class in org.jpmml.evaluator.neural_network
 
NeuralNetworkEvaluator(PMML) - Constructor for class org.jpmml.evaluator.neural_network.NeuralNetworkEvaluator
 
NeuralNetworkEvaluator(PMML, NeuralNetwork) - Constructor for class org.jpmml.evaluator.neural_network.NeuralNetworkEvaluator
 
newInstance() - Static method in class org.jpmml.evaluator.ModelEvaluatorFactory
 
newModelEvaluator(PMML) - Method in class org.jpmml.evaluator.ModelEvaluatorFactory
 
newModelEvaluator(PMML, Model) - Method in class org.jpmml.evaluator.ModelEvaluatorFactory
 
NodeScore - Class in org.jpmml.evaluator.tree
 
NodeScoreDistribution - Class in org.jpmml.evaluator.tree
 
NodeScoreDistribution(BiMap<String, Node>, Node) - Constructor for class org.jpmml.evaluator.tree.NodeScoreDistribution
 
NormalDistributionUtil - Class in org.jpmml.evaluator
 
NormalDistributionUtil() - Constructor for class org.jpmml.evaluator.NormalDistributionUtil
 
NormalizationUtil - Class in org.jpmml.evaluator
 
normalize(Map<K, Double>) - Static method in class org.jpmml.evaluator.Classification
 
normalize(NormContinuous, FieldValue) - Static method in class org.jpmml.evaluator.NormalizationUtil
 
normalize(NormContinuous, double) - Static method in class org.jpmml.evaluator.NormalizationUtil
 
normalize(TextIndex, String) - Static method in class org.jpmml.evaluator.TextUtil
 
normalize(TextIndex, TextIndexNormalization, String) - Static method in class org.jpmml.evaluator.TextUtil
 
normalizeSoftMax(Map<K, Double>) - Static method in class org.jpmml.evaluator.Classification
 
normalizeValues() - Method in class org.jpmml.evaluator.Classification
 
normalizeValues() - Method in class org.jpmml.evaluator.ProbabilityDistribution
 
NOT - Static variable in class org.jpmml.evaluator.Functions
 
NOT_EQUAL - Static variable in class org.jpmml.evaluator.Functions
 

O

OR - Static variable in class org.jpmml.evaluator.Functions
 
OrdinalValue - Class in org.jpmml.evaluator
 
org.jpmml.evaluator - package org.jpmml.evaluator
 
org.jpmml.evaluator.association - package org.jpmml.evaluator.association
 
org.jpmml.evaluator.clustering - package org.jpmml.evaluator.clustering
 
org.jpmml.evaluator.functions - package org.jpmml.evaluator.functions
 
org.jpmml.evaluator.general_regression - package org.jpmml.evaluator.general_regression
 
org.jpmml.evaluator.mining - package org.jpmml.evaluator.mining
 
org.jpmml.evaluator.naive_bayes - package org.jpmml.evaluator.naive_bayes
 
org.jpmml.evaluator.nearest_neighbor - package org.jpmml.evaluator.nearest_neighbor
 
org.jpmml.evaluator.neural_network - package org.jpmml.evaluator.neural_network
 
org.jpmml.evaluator.regression - package org.jpmml.evaluator.regression
 
org.jpmml.evaluator.rule_set - package org.jpmml.evaluator.rule_set
 
org.jpmml.evaluator.scorecard - package org.jpmml.evaluator.scorecard
 
org.jpmml.evaluator.support_vector_machine - package org.jpmml.evaluator.support_vector_machine
 
org.jpmml.evaluator.tree - package org.jpmml.evaluator.tree
 
org.jpmml.evaluator.visitors - package org.jpmml.evaluator.visitors
 
OutputField - Class in org.jpmml.evaluator
 
OutputField(OutputField) - Constructor for class org.jpmml.evaluator.OutputField
 
OutputField(OutputField) - Constructor for class org.jpmml.evaluator.OutputField
 
OutputField(OutputField, int) - Constructor for class org.jpmml.evaluator.OutputField
 
OutputUtil - Class in org.jpmml.evaluator
 

P

parse(SparseArray<E>) - Static method in class org.jpmml.evaluator.SparseArrayUtil
 
parse(DataType, String) - Static method in class org.jpmml.evaluator.TypeUtil
 
parseOrCast(DataType, Object) - Static method in class org.jpmml.evaluator.TypeUtil
 
parseValue(String) - Method in class org.jpmml.evaluator.FieldValue
 
percentile(int) - Method in class org.jpmml.evaluator.DoubleVector
 
performInvalidValueTreatment(Field, MiningField, Object) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
performMissingValueTreatment(Field, MiningField) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
performValidValueTreatment(Field, MiningField, FieldValue) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
PLUS - Static variable in class org.jpmml.evaluator.Functions
 
PMMLException - Exception in org.jpmml.evaluator
 
PMMLException() - Constructor for exception org.jpmml.evaluator.PMMLException
 
PMMLException(String) - Constructor for exception org.jpmml.evaluator.PMMLException
 
PMMLException(PMMLObject) - Constructor for exception org.jpmml.evaluator.PMMLException
 
PMMLException(String, PMMLObject) - Constructor for exception org.jpmml.evaluator.PMMLException
 
POW - Static variable in class org.jpmml.evaluator.Functions
 
PredicateUtil - Class in org.jpmml.evaluator
 
PredicateUtil.CompoundPredicateResult - Class in org.jpmml.evaluator
 
prepare(InputField, Object) - Static method in class org.jpmml.evaluator.EvaluatorUtil
 
prepare(Object) - Method in class org.jpmml.evaluator.InputField
Prepares the input value for a field.
prepare(Object) - Method in class org.jpmml.evaluator.TargetReferenceField
 
prepareInputValue(Field, MiningField, Object) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
prepareTargetValue(DataField, MiningField, Target, Object) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
probability(ContinuousDistribution, Number) - Static method in class org.jpmml.evaluator.DistributionUtil
Calculates the value of the specified probability function at the specified point.
probability(GaussianDistribution, Number) - Static method in class org.jpmml.evaluator.DistributionUtil
 
probability(PoissonDistribution, Number) - Static method in class org.jpmml.evaluator.DistributionUtil
 
ProbabilityAggregator - Class in org.jpmml.evaluator
 
ProbabilityAggregator() - Constructor for class org.jpmml.evaluator.ProbabilityAggregator
 
ProbabilityAggregator(int) - Constructor for class org.jpmml.evaluator.ProbabilityAggregator
 
ProbabilityDistribution - Class in org.jpmml.evaluator
 
ProbabilityDistribution() - Constructor for class org.jpmml.evaluator.ProbabilityDistribution
 
ProbabilityDistribution(Map<String, Double>) - Constructor for class org.jpmml.evaluator.ProbabilityDistribution
 
processValue(Target, Double) - Static method in class org.jpmml.evaluator.TargetUtil
 
PRODUCT - Static variable in class org.jpmml.evaluator.Functions
 
put(String, Double) - Method in class org.jpmml.evaluator.Classification
 
put(E, String, Double) - Method in class org.jpmml.evaluator.EntityClassification
 
put(E, AtomicInteger, ImmutableBiMap.Builder<String, E>) - Static method in class org.jpmml.evaluator.EntityUtil
 
putAll(List<E>, AtomicInteger, ImmutableBiMap.Builder<String, E>) - Static method in class org.jpmml.evaluator.EntityUtil
 
putFunction(Function) - Static method in class org.jpmml.evaluator.FunctionRegistry
Registers a function by its default name.
putFunction(String, Function) - Static method in class org.jpmml.evaluator.FunctionRegistry
Registers a function by a name other than its default name.
putFunction(String, Class<? extends Function>) - Static method in class org.jpmml.evaluator.FunctionRegistry
Registers a function class.

R

ReasonCodeRanking - Class in org.jpmml.evaluator.scorecard
 
refine(Field, FieldValue) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
refine(DataType, OpType, FieldValue) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
RegExUtil - Class in org.jpmml.evaluator
 
RegressionAggregator - Class in org.jpmml.evaluator
 
RegressionAggregator() - Constructor for class org.jpmml.evaluator.RegressionAggregator
 
RegressionAggregator(int) - Constructor for class org.jpmml.evaluator.RegressionAggregator
 
RegressionModelEvaluator - Class in org.jpmml.evaluator.regression
 
RegressionModelEvaluator(PMML) - Constructor for class org.jpmml.evaluator.regression.RegressionModelEvaluator
 
RegressionModelEvaluator(PMML, RegressionModel) - Constructor for class org.jpmml.evaluator.regression.RegressionModelEvaluator
 
removeFunction(String) - Static method in class org.jpmml.evaluator.FunctionRegistry
 
REPLACE - Static variable in class org.jpmml.evaluator.Functions
 
reset() - Method in class org.jpmml.evaluator.EvaluationContext
 
reset() - Method in class org.jpmml.evaluator.mining.MiningModelEvaluationContext
 
reset() - Method in class org.jpmml.evaluator.ModelEvaluationContext
 
reset(ModelEvaluator<?>) - Method in class org.jpmml.evaluator.ModelEvaluationContext
 
resolve(FieldName) - Method in class org.jpmml.evaluator.EvaluationContext
 
resolve(FieldName) - Method in class org.jpmml.evaluator.ModelEvaluationContext
 
resolveDerivedField(FieldName) - Method in class org.jpmml.evaluator.ModelEvaluator
 
resolveField(FieldName) - Method in class org.jpmml.evaluator.ModelEvaluator
 
ResultFeature - Interface in org.jpmml.evaluator
A common superinterface for all result features.
ResultField - Class in org.jpmml.evaluator
 
ResultField() - Constructor for class org.jpmml.evaluator.ResultField
 
RINT - Static variable in class org.jpmml.evaluator.Functions
 
ROUND - Static variable in class org.jpmml.evaluator.Functions
 
RuleSetModelEvaluator - Class in org.jpmml.evaluator.rule_set
 
RuleSetModelEvaluator(PMML) - Constructor for class org.jpmml.evaluator.rule_set.RuleSetModelEvaluator
 
RuleSetModelEvaluator(PMML, RuleSetModel) - Constructor for class org.jpmml.evaluator.rule_set.RuleSetModelEvaluator
 

S

ScorecardEvaluator - Class in org.jpmml.evaluator.scorecard
 
ScorecardEvaluator(PMML) - Constructor for class org.jpmml.evaluator.scorecard.ScorecardEvaluator
 
ScorecardEvaluator(PMML, Scorecard) - Constructor for class org.jpmml.evaluator.scorecard.ScorecardEvaluator
 
SecondsSinceDate - Class in org.jpmml.evaluator
 
SecondsSinceDate(int, LocalDateTime) - Constructor for class org.jpmml.evaluator.SecondsSinceDate
 
SecondsSinceDate(LocalDate, LocalDateTime) - Constructor for class org.jpmml.evaluator.SecondsSinceDate
 
SecondsSinceDate(LocalDate, Seconds) - Constructor for class org.jpmml.evaluator.SecondsSinceDate
 
SecondsSinceMidnight - Class in org.jpmml.evaluator
 
SecondsSinceMidnight(Seconds) - Constructor for class org.jpmml.evaluator.SecondsSinceMidnight
 
SegmentResult - Class in org.jpmml.evaluator.mining
 
SegmentResult(Segment, String, Map<FieldName, ?>, FieldName) - Constructor for class org.jpmml.evaluator.mining.SegmentResult
 
selectModel(PMML, Class<? extends M>) - Static method in class org.jpmml.evaluator.ModelEvaluator
 
setAlgorithmName(String) - Method in class org.jpmml.evaluator.JavaModel
 
setArguments(Map<FieldName, ?>) - Method in class org.jpmml.evaluator.ModelEvaluationContext
 
setCacheBuilderSpec(CacheBuilderSpec) - Static method in class org.jpmml.evaluator.CacheUtil
 
setCompatible(boolean) - Method in class org.jpmml.evaluator.ModelEvaluationContext
 
setEntity(E) - Method in class org.jpmml.evaluator.EntityClassification
 
setEntity(SimpleRule) - Method in class org.jpmml.evaluator.rule_set.SimpleRuleScoreDistribution
 
setEvaluatorFactory(ModelEvaluatorFactory) - Method in class org.jpmml.evaluator.mining.MiningModelEvaluator
 
setLocalTransformations(LocalTransformations) - Method in class org.jpmml.evaluator.JavaModel
 
setMiningFunction(MiningFunction) - Method in class org.jpmml.evaluator.JavaModel
 
setMiningSchema(MiningSchema) - Method in class org.jpmml.evaluator.JavaModel
 
setModelExplanation(ModelExplanation) - Method in class org.jpmml.evaluator.JavaModel
 
setModelName(String) - Method in class org.jpmml.evaluator.JavaModel
 
setModelStats(ModelStats) - Method in class org.jpmml.evaluator.JavaModel
 
setModelVerification(ModelVerification) - Method in class org.jpmml.evaluator.JavaModel
 
setOrdering(List<?>) - Method in class org.jpmml.evaluator.OrdinalValue
 
setOutput(Output) - Method in class org.jpmml.evaluator.JavaModel
 
setResult(Object) - Method in class org.jpmml.evaluator.Classification
 
setScorable(Boolean) - Method in class org.jpmml.evaluator.JavaModel
 
setTargets(Targets) - Method in class org.jpmml.evaluator.JavaModel
 
SimpleRuleScoreDistribution - Class in org.jpmml.evaluator.rule_set
 
SimpleRuleScoreDistribution(BiMap<String, SimpleRule>) - Constructor for class org.jpmml.evaluator.rule_set.SimpleRuleScoreDistribution
 
SIN - Static variable in class org.jpmml.evaluator.Functions
 
SINH - Static variable in class org.jpmml.evaluator.Functions
 
size() - Method in class org.jpmml.evaluator.ClassificationAggregator
 
size() - Method in class org.jpmml.evaluator.DoubleVector
 
size() - Method in class org.jpmml.evaluator.RegressionAggregator
 
SparseArrayUtil - Class in org.jpmml.evaluator
 
SQRT - Static variable in class org.jpmml.evaluator.Functions
 
StringFunction - Class in org.jpmml.evaluator.functions
 
StringFunction(String) - Constructor for class org.jpmml.evaluator.functions.StringFunction
 
SUBSTRING - Static variable in class org.jpmml.evaluator.Functions
 
sum(Map<K, Double>) - Static method in class org.jpmml.evaluator.Classification
 
sum() - Method in class org.jpmml.evaluator.DoubleVector
 
SUM - Static variable in class org.jpmml.evaluator.Functions
 
sum() - Method in class org.jpmml.evaluator.RegressionAggregator
 
sumMap() - Method in class org.jpmml.evaluator.VoteAggregator
 
sumValues() - Method in class org.jpmml.evaluator.Classification
 
SupportVectorMachineModelEvaluator - Class in org.jpmml.evaluator.support_vector_machine
 
SupportVectorMachineModelEvaluator(PMML) - Constructor for class org.jpmml.evaluator.support_vector_machine.SupportVectorMachineModelEvaluator
 
SupportVectorMachineModelEvaluator(PMML, SupportVectorMachineModel) - Constructor for class org.jpmml.evaluator.support_vector_machine.SupportVectorMachineModelEvaluator
 

T

TAN - Static variable in class org.jpmml.evaluator.Functions
 
TANH - Static variable in class org.jpmml.evaluator.Functions
 
TargetField - Class in org.jpmml.evaluator
 
TargetField(DataField, MiningField, Target) - Constructor for class org.jpmml.evaluator.TargetField
 
TargetReferenceField - Class in org.jpmml.evaluator
 
TargetReferenceField(DataField, MiningField, Target) - Constructor for class org.jpmml.evaluator.TargetReferenceField
 
TargetUtil - Class in org.jpmml.evaluator
 
termFrequency(TextIndex, List<String>, List<String>) - Static method in class org.jpmml.evaluator.TextUtil
 
TextTokenizer - Class in org.jpmml.evaluator
 
TextTokenizer(Pattern) - Constructor for class org.jpmml.evaluator.TextTokenizer
 
TextUtil - Class in org.jpmml.evaluator
 
THRESHOLD - Static variable in class org.jpmml.evaluator.Functions
 
toBitSet(List<FieldValue>) - Static method in class org.jpmml.evaluator.MeasureUtil
 
tokenize(String) - Method in class org.jpmml.evaluator.TextTokenizer
 
tokenize(TextIndex, String) - Static method in class org.jpmml.evaluator.TextUtil
 
toRange(Interval) - Static method in class org.jpmml.evaluator.DiscretizationUtil
 
toString() - Method in class org.jpmml.evaluator.association.Association
 
toString() - Method in class org.jpmml.evaluator.Classification
 
toString() - Method in class org.jpmml.evaluator.FieldValue
 
toString() - Method in class org.jpmml.evaluator.ModelField
 
toString() - Method in exception org.jpmml.evaluator.PMMLException
 
toString() - Method in class org.jpmml.evaluator.scorecard.ReasonCodeRanking
 
toString() - Method in class org.jpmml.evaluator.tree.NodeScore
 
toStringHelper() - Method in class org.jpmml.evaluator.Classification
 
toStringHelper() - Method in class org.jpmml.evaluator.EntityClassification
 
toStringHelper() - Method in class org.jpmml.evaluator.ModelField
 
toStringHelper() - Method in class org.jpmml.evaluator.OutputField
 
toStringHelper() - Method in class org.jpmml.evaluator.tree.NodeScoreDistribution
 
transform(Function<DoubleVector, V>) - Method in class org.jpmml.evaluator.ClassificationAggregator
 
TreeModelEvaluator - Class in org.jpmml.evaluator.tree
 
TreeModelEvaluator(PMML) - Constructor for class org.jpmml.evaluator.tree.TreeModelEvaluator
 
TreeModelEvaluator(PMML, TreeModel) - Constructor for class org.jpmml.evaluator.tree.TreeModelEvaluator
 
TrigonometricFunction - Class in org.jpmml.evaluator.functions
 
TrigonometricFunction(String) - Constructor for class org.jpmml.evaluator.functions.TrigonometricFunction
 
TRIM_BLANKS - Static variable in class org.jpmml.evaluator.Functions
 
TypeAnalysisException - Exception in org.jpmml.evaluator
Thrown to indicate an impassable obstacle in a type analysis process.
TypeAnalysisException() - Constructor for exception org.jpmml.evaluator.TypeAnalysisException
 
TypeAnalysisException(String) - Constructor for exception org.jpmml.evaluator.TypeAnalysisException
 
TypeAnalysisException(PMMLObject) - Constructor for exception org.jpmml.evaluator.TypeAnalysisException
 
TypeAnalysisException(String, PMMLObject) - Constructor for exception org.jpmml.evaluator.TypeAnalysisException
 
TypeCheckException - Exception in org.jpmml.evaluator
Thrown to indicate a violation of PMML type system.
TypeCheckException(Field, Object) - Constructor for exception org.jpmml.evaluator.TypeCheckException
 
TypeCheckException(DataType, Object) - Constructor for exception org.jpmml.evaluator.TypeCheckException
 
TypeCheckException(Class<?>, Object) - Constructor for exception org.jpmml.evaluator.TypeCheckException
 
TypeUtil - Class in org.jpmml.evaluator
 

U

UnaryBooleanFunction - Class in org.jpmml.evaluator.functions
 
UnaryBooleanFunction(String) - Constructor for class org.jpmml.evaluator.functions.UnaryBooleanFunction
 
UnsupportedFeatureException - Exception in org.jpmml.evaluator
Thrown to indicate that the class model object is not supported.
UnsupportedFeatureException() - Constructor for exception org.jpmml.evaluator.UnsupportedFeatureException
 
UnsupportedFeatureException(String) - Constructor for exception org.jpmml.evaluator.UnsupportedFeatureException
 
UnsupportedFeatureException(PMMLObject) - Constructor for exception org.jpmml.evaluator.UnsupportedFeatureException
 
UnsupportedFeatureException(PMMLObject, Field) - Constructor for exception org.jpmml.evaluator.UnsupportedFeatureException
 
UnsupportedFeatureException(PMMLObject, Field, Object) - Constructor for exception org.jpmml.evaluator.UnsupportedFeatureException
 
UnsupportedFeatureException(PMMLObject, Enum<?>) - Constructor for exception org.jpmml.evaluator.UnsupportedFeatureException
 
UnsupportedFeatureException(String, PMMLObject) - Constructor for exception org.jpmml.evaluator.UnsupportedFeatureException
 
UnsupportedFeatureInspector - Class in org.jpmml.evaluator.visitors
A Visitor that inspects a class model object for unsupported features.
UnsupportedFeatureInspector() - Constructor for class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
UPPERCASE - Static variable in class org.jpmml.evaluator.Functions
 

V

validateType(Classification.Type) - Static method in class org.jpmml.evaluator.AffinityDistribution
 
ValueFunction - Class in org.jpmml.evaluator.functions
 
ValueFunction(String) - Constructor for class org.jpmml.evaluator.functions.ValueFunction
 
ValueListFunction - Class in org.jpmml.evaluator.functions
 
ValueListFunction(String) - Constructor for class org.jpmml.evaluator.functions.ValueListFunction
 
valueOf(String) - Static method in enum org.jpmml.evaluator.Classification.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jpmml.evaluator.Classification.Type
Returns an array containing the constants of this enum type, in the order they are declared.
Values - Interface in org.jpmml.evaluator
 
VerificationUtil - Class in org.jpmml.evaluator
 
verify() - Method in interface org.jpmml.evaluator.Evaluator
Verifies the model.
verify() - Method in class org.jpmml.evaluator.ModelEvaluator
 
visit(PMMLObject) - Method in class org.jpmml.evaluator.visitors.FeatureInspector
 
visit(PMMLObject) - Method in class org.jpmml.evaluator.visitors.InvalidFeatureInspector
 
visit(AssociationModel) - Method in class org.jpmml.evaluator.visitors.InvalidFeatureInspector
 
visit(ClusteringModel) - Method in class org.jpmml.evaluator.visitors.InvalidFeatureInspector
 
visit(Coefficients) - Method in class org.jpmml.evaluator.visitors.InvalidFeatureInspector
 
visit(DataDictionary) - Method in class org.jpmml.evaluator.visitors.InvalidFeatureInspector
 
visit(Itemset) - Method in class org.jpmml.evaluator.visitors.InvalidFeatureInspector
 
visit(NeuralInputs) - Method in class org.jpmml.evaluator.visitors.InvalidFeatureInspector
 
visit(NeuralLayer) - Method in class org.jpmml.evaluator.visitors.InvalidFeatureInspector
 
visit(NeuralNetwork) - Method in class org.jpmml.evaluator.visitors.InvalidFeatureInspector
 
visit(NeuralOutputs) - Method in class org.jpmml.evaluator.visitors.InvalidFeatureInspector
 
visit(SupportVectors) - Method in class org.jpmml.evaluator.visitors.InvalidFeatureInspector
 
visit(VectorDictionary) - Method in class org.jpmml.evaluator.visitors.InvalidFeatureInspector
 
visit(VectorFields) - Method in class org.jpmml.evaluator.visitors.InvalidFeatureInspector
 
visit(Aggregate) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(Apply) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(BaselineModel) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(BayesianNetworkModel) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(CenterFields) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(ClusteringModel) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(DecisionTree) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(GaussianProcessModel) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(Lag) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(NeuralNetwork) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(NeuralLayer) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(NormDiscrete) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(OutputField) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(Predictor) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(Regression) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(Segmentation) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(SequenceModel) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(SupportVectorMachineModel) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(TableLocator) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(TextIndex) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(TextModel) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(TimeSeriesModel) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(TreeModel) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
VoteAggregator<K> - Class in org.jpmml.evaluator
 
VoteAggregator() - Constructor for class org.jpmml.evaluator.VoteAggregator
 
VoteDistribution - Class in org.jpmml.evaluator
 
VoteDistribution() - Constructor for class org.jpmml.evaluator.VoteDistribution
 
VoteDistribution(Map<String, Double>) - Constructor for class org.jpmml.evaluator.VoteDistribution
 

W

weightedAverage() - Method in class org.jpmml.evaluator.RegressionAggregator
 
weightedAverageMap() - Method in class org.jpmml.evaluator.ProbabilityAggregator
 
weightedMedian() - Method in class org.jpmml.evaluator.RegressionAggregator
 
weightedSum() - Method in class org.jpmml.evaluator.RegressionAggregator
 

X

XPathUtil - Class in org.jpmml.evaluator
 
A B C D E F G H I J K L M N O P R S T U V W X 

Copyright © 2017. All Rights Reserved.