A B C D E F G I M N O P R T V 

A

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
 
ArrayUtil - Class in org.jpmml.evaluator
 

B

binaryAnd(Boolean, Boolean) - Static method in class org.jpmml.evaluator.PredicateUtil
 
binaryOr(Boolean, Boolean) - Static method in class org.jpmml.evaluator.PredicateUtil
 
binaryXor(Boolean, Boolean) - Static method in class org.jpmml.evaluator.PredicateUtil
 

C

cast(DataType, Double) - Method in class org.jpmml.evaluator.FunctionUtil.AggregateFunction
 
cast(DataType, Double) - Method in class org.jpmml.evaluator.FunctionUtil.ArithmeticFunction
 
cast(DataType, Number) - Method in class org.jpmml.evaluator.FunctionUtil.FpMathFunction
 
cast(DataType, Number) - Method in class org.jpmml.evaluator.FunctionUtil.MathFunction
 
cast(DataType, Object) - Static method in class org.jpmml.evaluator.ParameterUtil
 
Classification - Interface in org.jpmml.evaluator
 
clone() - Method in class org.jpmml.evaluator.EvaluationContext
 
clone() - Method in class org.jpmml.evaluator.ModelManagerEvaluationContext
 
compare(Object, String) - Static method in class org.jpmml.evaluator.PredicateUtil
 
Computable<V> - Interface in org.jpmml.evaluator
 
contains(Interval, Double) - Static method in class org.jpmml.evaluator.DiscretizationUtil
 
createStatistic() - Method in class org.jpmml.evaluator.FunctionUtil.AggregateFunction
 

D

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.
decodeKeys(Map<FieldName, V>) - Static method in class org.jpmml.evaluator.EvaluatorUtil
Replaces FieldName keys with String keys.
decodeValues(Map<K, ?>) - Static method in class org.jpmml.evaluator.EvaluatorUtil
Replaces Computable complex values with simple values.
denormalize(NormContinuous, double) - Static method in class org.jpmml.evaluator.NormalizationUtil
 
DiscretizationUtil - Class in org.jpmml.evaluator
 
discretize(Discretize, Object) - Static method in class org.jpmml.evaluator.DiscretizationUtil
 

E

encodeKeys(Map<String, V>) - Static method in class org.jpmml.evaluator.EvaluatorUtil
Replaces String keys with FieldName keys.
equals(Object, String) - Static method in class org.jpmml.evaluator.ParameterUtil
Checks the equality between different value representations.
evaluate(Map<FieldName, ?>) - Method in interface org.jpmml.evaluator.Evaluator
 
evaluate(FieldName, EvaluationContext) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
evaluate(DerivedField, EvaluationContext) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
evaluate(Expression, EvaluationContext) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
evaluate(List<?>) - Method in class org.jpmml.evaluator.FunctionUtil.AggregateFunction
 
evaluate(Number, Number) - Method in class org.jpmml.evaluator.FunctionUtil.ArithmeticFunction
 
evaluate(List<?>) - Method in class org.jpmml.evaluator.FunctionUtil.ArithmeticFunction
 
evaluate(Boolean, Boolean) - Method in class org.jpmml.evaluator.FunctionUtil.BinaryBooleanFunction
 
evaluate(List<?>) - Method in class org.jpmml.evaluator.FunctionUtil.BinaryBooleanFunction
 
evaluate(int) - Method in class org.jpmml.evaluator.FunctionUtil.ComparisonFunction
 
evaluate(C, C) - Method in class org.jpmml.evaluator.FunctionUtil.ComparisonFunction
 
evaluate(List<?>) - Method in class org.jpmml.evaluator.FunctionUtil.ComparisonFunction
 
evaluate(String, List<?>) - Static method in class org.jpmml.evaluator.FunctionUtil
 
evaluate(List<?>) - Method in interface org.jpmml.evaluator.FunctionUtil.Function
 
evaluate(Number) - Method in class org.jpmml.evaluator.FunctionUtil.MathFunction
 
evaluate(List<?>) - Method in class org.jpmml.evaluator.FunctionUtil.MathFunction
 
evaluate(String) - Method in class org.jpmml.evaluator.FunctionUtil.StringFunction
 
evaluate(List<?>) - Method in class org.jpmml.evaluator.FunctionUtil.StringFunction
 
evaluate(Boolean) - Method in class org.jpmml.evaluator.FunctionUtil.UnaryBooleanFunction
 
evaluate(List<?>) - Method in class org.jpmml.evaluator.FunctionUtil.UnaryBooleanFunction
 
evaluate(Object) - Method in class org.jpmml.evaluator.FunctionUtil.ValueFunction
 
evaluate(List<?>) - Method in class org.jpmml.evaluator.FunctionUtil.ValueFunction
 
evaluate(Object, List<?>) - Method in class org.jpmml.evaluator.FunctionUtil.ValueListFunction
 
evaluate(List<?>) - Method in class org.jpmml.evaluator.FunctionUtil.ValueListFunction
 
evaluate(Map<FieldName, ?>) - Method in class org.jpmml.evaluator.MiningModelEvaluator
 
evaluate(Map<FieldName, ?>) - Method in class org.jpmml.evaluator.NeuralNetworkEvaluator
 
evaluate(Map<FieldName, ?>, ModelManagerEvaluationContext) - Static method in class org.jpmml.evaluator.OutputUtil
Evaluates the Output element.
evaluate(Predicate, EvaluationContext) - Static method in class org.jpmml.evaluator.PredicateUtil
 
evaluate(Map<FieldName, ?>) - Method in class org.jpmml.evaluator.RegressionModelEvaluator
 
evaluate(Map<FieldName, ?>) - Method in class org.jpmml.evaluator.TreeModelEvaluator
 
evaluateApply(Apply, EvaluationContext) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
evaluateClassification(EvaluationContext) - Method in class org.jpmml.evaluator.MiningModelEvaluator
 
evaluateClassification(EvaluationContext) - Method in class org.jpmml.evaluator.NeuralNetworkEvaluator
 
evaluateClassification(EvaluationContext) - Method in class org.jpmml.evaluator.RegressionModelEvaluator
 
evaluateCompoundPredicate(CompoundPredicate, EvaluationContext) - Static method in class org.jpmml.evaluator.PredicateUtil
 
evaluateConstant(Constant, EvaluationContext) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
evaluateDiscretize(Discretize, EvaluationContext) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
evaluateFalse(False) - Static method in class org.jpmml.evaluator.PredicateUtil
 
evaluateFieldRef(FieldRef, EvaluationContext) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
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
 
evaluateRaw(EvaluationContext) - Method in class org.jpmml.evaluator.NeuralNetworkEvaluator
Evaluates neural network.
evaluateRegression(EvaluationContext) - Method in class org.jpmml.evaluator.MiningModelEvaluator
 
evaluateRegression(EvaluationContext) - Method in class org.jpmml.evaluator.NeuralNetworkEvaluator
 
evaluateRegression(EvaluationContext) - Method in class org.jpmml.evaluator.RegressionModelEvaluator
 
evaluateSimplePredicate(SimplePredicate, EvaluationContext) - Static method in class org.jpmml.evaluator.PredicateUtil
 
evaluateSimpleSetPredicate(SimpleSetPredicate, EvaluationContext) - Static method in class org.jpmml.evaluator.PredicateUtil
 
evaluateTree(EvaluationContext) - Method in class org.jpmml.evaluator.TreeModelEvaluator
 
evaluateTrue(True) - Static method in class org.jpmml.evaluator.PredicateUtil
 
EvaluationContext - Class in org.jpmml.evaluator
 
EvaluationContext(Map<FieldName, ?>) - Constructor for class org.jpmml.evaluator.EvaluationContext
 
EvaluationException - Exception in org.jpmml.evaluator
 
EvaluationException() - Constructor for exception org.jpmml.evaluator.EvaluationException
 
EvaluationException(String) - Constructor for exception org.jpmml.evaluator.EvaluationException
 
Evaluator - Interface in org.jpmml.evaluator
Performs the evaluation of a Model in "interpreted mode".
EvaluatorUtil - Class in org.jpmml.evaluator
 
ExpressionUtil - Class in org.jpmml.evaluator
 

F

FunctionUtil - Class in org.jpmml.evaluator
 
FunctionUtil.AggregateFunction - Class in org.jpmml.evaluator
 
FunctionUtil.AggregateFunction() - Constructor for class org.jpmml.evaluator.FunctionUtil.AggregateFunction
 
FunctionUtil.ArithmeticFunction - Class in org.jpmml.evaluator
 
FunctionUtil.ArithmeticFunction() - Constructor for class org.jpmml.evaluator.FunctionUtil.ArithmeticFunction
 
FunctionUtil.BinaryBooleanFunction - Class in org.jpmml.evaluator
 
FunctionUtil.BinaryBooleanFunction() - Constructor for class org.jpmml.evaluator.FunctionUtil.BinaryBooleanFunction
 
FunctionUtil.ComparisonFunction - Class in org.jpmml.evaluator
 
FunctionUtil.ComparisonFunction() - Constructor for class org.jpmml.evaluator.FunctionUtil.ComparisonFunction
 
FunctionUtil.FpMathFunction - Class in org.jpmml.evaluator
 
FunctionUtil.FpMathFunction() - Constructor for class org.jpmml.evaluator.FunctionUtil.FpMathFunction
 
FunctionUtil.Function - Interface in org.jpmml.evaluator
 
FunctionUtil.MathFunction - Class in org.jpmml.evaluator
 
FunctionUtil.MathFunction() - Constructor for class org.jpmml.evaluator.FunctionUtil.MathFunction
 
FunctionUtil.StringFunction - Class in org.jpmml.evaluator
 
FunctionUtil.StringFunction() - Constructor for class org.jpmml.evaluator.FunctionUtil.StringFunction
 
FunctionUtil.UnaryBooleanFunction - Class in org.jpmml.evaluator
 
FunctionUtil.UnaryBooleanFunction() - Constructor for class org.jpmml.evaluator.FunctionUtil.UnaryBooleanFunction
 
FunctionUtil.ValueFunction - Class in org.jpmml.evaluator
 
FunctionUtil.ValueFunction() - Constructor for class org.jpmml.evaluator.FunctionUtil.ValueFunction
 
FunctionUtil.ValueListFunction - Class in org.jpmml.evaluator
 
FunctionUtil.ValueListFunction() - Constructor for class org.jpmml.evaluator.FunctionUtil.ValueListFunction
 

G

getConstantDataType(String) - Static method in class org.jpmml.evaluator.ParameterUtil
 
getDataType(Object) - Static method in class org.jpmml.evaluator.ParameterUtil
 
getFunction(String) - Static method in class org.jpmml.evaluator.FunctionUtil
 
getInstance() - Static method in class org.jpmml.evaluator.ModelEvaluatorFactory
 
getModelManager(PMML, Model) - Method in class org.jpmml.evaluator.ModelEvaluatorFactory
 
getModelManager() - Method in class org.jpmml.evaluator.ModelManagerEvaluationContext
 
getParameter(FieldName) - Method in class org.jpmml.evaluator.EvaluationContext
 
getParameters() - Method in class org.jpmml.evaluator.EvaluationContext
 
getProbability(String) - Method in interface org.jpmml.evaluator.Classification
 
getResult() - Method in interface org.jpmml.evaluator.Computable
 
getResultDataType(Object, Object) - Static method in class org.jpmml.evaluator.ParameterUtil
 
getResultDataType(DataType, DataType) - Static method in class org.jpmml.evaluator.ParameterUtil
 
getTarget() - Method in interface org.jpmml.evaluator.Evaluator
Convenience method for retrieving the predicted field.

I

isIn(ArrayType, Object) - Static method in class org.jpmml.evaluator.ArrayUtil
 
isNotIn(ArrayType, Object) - Static method in class org.jpmml.evaluator.ArrayUtil
 
isZero(Number, double) - Static method in class org.jpmml.evaluator.VerificationUtil
 

M

mapValue(MapValues, Map<String, Object>) - Static method in class org.jpmml.evaluator.DiscretizationUtil
 
match(List<Map<String, String>>, Map<String, ?>) - Static method in class org.jpmml.evaluator.TableUtil
 
MiningModelEvaluator - Class in org.jpmml.evaluator
 
MiningModelEvaluator(PMML) - Constructor for class org.jpmml.evaluator.MiningModelEvaluator
 
MiningModelEvaluator(PMML, MiningModel) - Constructor for class org.jpmml.evaluator.MiningModelEvaluator
 
MiningModelEvaluator(MiningModelManager) - Constructor for class org.jpmml.evaluator.MiningModelEvaluator
 
MissingParameterException - Exception in org.jpmml.evaluator
 
MissingParameterException(FieldName) - Constructor for exception org.jpmml.evaluator.MissingParameterException
 
MissingParameterException(DerivedField) - Constructor for exception org.jpmml.evaluator.MissingParameterException
 
ModelEvaluatorFactory - Class in org.jpmml.evaluator
 
ModelEvaluatorFactory() - Constructor for class org.jpmml.evaluator.ModelEvaluatorFactory
 
ModelManagerEvaluationContext - Class in org.jpmml.evaluator
 
ModelManagerEvaluationContext(ModelManager<?>, Map<FieldName, ?>) - Constructor for class org.jpmml.evaluator.ModelManagerEvaluationContext
 

N

NeuralNetworkEvaluator - Class in org.jpmml.evaluator
 
NeuralNetworkEvaluator(PMML) - Constructor for class org.jpmml.evaluator.NeuralNetworkEvaluator
 
NeuralNetworkEvaluator(PMML, NeuralNetwork) - Constructor for class org.jpmml.evaluator.NeuralNetworkEvaluator
 
NeuralNetworkEvaluator(NeuralNetworkManager) - Constructor for class org.jpmml.evaluator.NeuralNetworkEvaluator
 
NormalizationUtil - Class in org.jpmml.evaluator
 
NormalizationUtil() - Constructor for class org.jpmml.evaluator.NormalizationUtil
 
normalize(NormContinuous, double) - Static method in class org.jpmml.evaluator.NormalizationUtil
 

O

org.jpmml.evaluator - package org.jpmml.evaluator
 
OutputUtil - Class in org.jpmml.evaluator
 

P

ParameterUtil - Class in org.jpmml.evaluator
 
parse(DataType, String) - Static method in class org.jpmml.evaluator.ParameterUtil
 
parse(InlineTable) - Static method in class org.jpmml.evaluator.TableUtil
 
PredicateUtil - Class in org.jpmml.evaluator
 
prepare(FieldName, Object) - Method in interface org.jpmml.evaluator.Evaluator
Prepares the input value for a field.
prepare(FieldName, Object) - Method in class org.jpmml.evaluator.MiningModelEvaluator
 
prepare(FieldName, Object) - Method in class org.jpmml.evaluator.NeuralNetworkEvaluator
 
prepare(DataField, MiningField, Object) - Static method in class org.jpmml.evaluator.ParameterUtil
 
prepare(FieldName, Object) - Method in class org.jpmml.evaluator.RegressionModelEvaluator
 
prepare(FieldName, Object) - Method in class org.jpmml.evaluator.TreeModelEvaluator
 
putFunction(String, FunctionUtil.Function) - Static method in class org.jpmml.evaluator.FunctionUtil
 

R

RegressionModelEvaluator - Class in org.jpmml.evaluator
 
RegressionModelEvaluator(PMML) - Constructor for class org.jpmml.evaluator.RegressionModelEvaluator
 
RegressionModelEvaluator(PMML, RegressionModel) - Constructor for class org.jpmml.evaluator.RegressionModelEvaluator
 
RegressionModelEvaluator(RegressionModelManager) - Constructor for class org.jpmml.evaluator.RegressionModelEvaluator
 
resolve(FieldName) - Method in class org.jpmml.evaluator.EvaluationContext
 
resolve(FieldName) - Method in class org.jpmml.evaluator.ModelManagerEvaluationContext
 

T

TableUtil - Class in org.jpmml.evaluator
 
toDouble(Object) - Static method in class org.jpmml.evaluator.ParameterUtil
Converts the specified value to Double data type.
toFloat(Object) - Static method in class org.jpmml.evaluator.ParameterUtil
Converts the specified value to Float data type.
toInteger(Object) - Static method in class org.jpmml.evaluator.ParameterUtil
Converts the specified value to Integer data type.
tokenize(ArrayType) - Static method in class org.jpmml.evaluator.ArrayUtil
 
toString(Object) - Static method in class org.jpmml.evaluator.ParameterUtil
Converts the specified value to String data type.
TreeModelEvaluator - Class in org.jpmml.evaluator
 
TreeModelEvaluator(PMML) - Constructor for class org.jpmml.evaluator.TreeModelEvaluator
 
TreeModelEvaluator(PMML, TreeModel) - Constructor for class org.jpmml.evaluator.TreeModelEvaluator
 
TreeModelEvaluator(TreeModelManager) - Constructor for class org.jpmml.evaluator.TreeModelEvaluator
 

V

VerificationUtil - Class in org.jpmml.evaluator
 
A B C D E F G I M N O P R T V 

Copyright © 2013 University of Tartu. All Rights Reserved.