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

A

AbstractFunction - Class in org.jpmml.evaluator.functions
 
AbstractFunction(String) - Constructor for class org.jpmml.evaluator.functions.AbstractFunction
 
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
 
addWarning(String) - Method in class org.jpmml.evaluator.EvaluationContext
 
AggregateFunction - Class in org.jpmml.evaluator.functions
 
AggregateFunction(String) - Constructor for class org.jpmml.evaluator.functions.AggregateFunction
 
applyTo(Visitable) - Method in class org.jpmml.evaluator.visitors.FeatureInspector
 
applyTo(Visitable) - Method in class org.jpmml.evaluator.visitors.PredicateInterner
 
ArgumentUtil - Class in org.jpmml.evaluator
 
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
 
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
 
Association - Class in org.jpmml.evaluator
 
Association(List<AssociationRule>, BitSet, BitSet) - Constructor for class org.jpmml.evaluator.Association
 
AssociationModelEvaluator - Class in org.jpmml.evaluator
 
AssociationModelEvaluator(PMML) - Constructor for class org.jpmml.evaluator.AssociationModelEvaluator
 
AssociationModelEvaluator(PMML, AssociationModel) - Constructor for class org.jpmml.evaluator.AssociationModelEvaluator
 
asString() - Method in class org.jpmml.evaluator.FieldValue
 

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
 

C

CacheUtil - Class in org.jpmml.evaluator
 
calculateAdjustment(List<FieldValue>, List<Double>) - 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.RegressionModelEvaluator
 
cast(DataType, Number) - Static method in class org.jpmml.evaluator.functions.AbstractFunction
 
cast(DataType, Object) - Static method in class org.jpmml.evaluator.TypeUtil
 
CategoricalResultFeature - Interface in org.jpmml.evaluator
 
CategoricalValue - Class in org.jpmml.evaluator
 
CategoricalValue(DataType, Object) - Constructor for class org.jpmml.evaluator.CategoricalValue
 
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
 
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
 
ClassificationMap<K> - Class in org.jpmml.evaluator
 
ClassificationMap(ClassificationMap.Type) - Constructor for class org.jpmml.evaluator.ClassificationMap
 
ClassificationMap.Type - Enum in org.jpmml.evaluator
 
ClusterClassificationMap - Class in org.jpmml.evaluator
 
ClusterClassificationMap(ClassificationMap.Type) - Constructor for class org.jpmml.evaluator.ClusterClassificationMap
 
ClusterClassificationMap(ClassificationMap.Type, Cluster) - Constructor for class org.jpmml.evaluator.ClusterClassificationMap
 
ClusteringModelEvaluator - Class in org.jpmml.evaluator
 
ClusteringModelEvaluator(PMML) - Constructor for class org.jpmml.evaluator.ClusteringModelEvaluator
 
ClusteringModelEvaluator(PMML, ClusteringModel) - Constructor for class org.jpmml.evaluator.ClusteringModelEvaluator
 
compare(Double, Double) - Method in enum org.jpmml.evaluator.ClassificationMap.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(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
Calculates the order between this value and the reference value.
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
 
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
 
Computable - Interface in org.jpmml.evaluator
 
ContinuousValue - Class in org.jpmml.evaluator
 
ContinuousValue(DataType, Object) - Constructor for class org.jpmml.evaluator.ContinuousValue
 
create(Object) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
create(Field, Object) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
create(DataField, MiningField, Object) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
create(DataType, OpType, Object) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
createContext(ModelEvaluationContext) - Method in class org.jpmml.evaluator.MiningModelEvaluator
 
createContext(ModelEvaluationContext) - Method in class org.jpmml.evaluator.ModelEvaluator
 
createFieldValue(FieldName, Object) - Method in class org.jpmml.evaluator.EvaluationContext
 
createFieldValue(FieldName, Object) - Method in class org.jpmml.evaluator.ModelEvaluationContext
 
createFieldValue(FieldName, Object) - Method in class org.jpmml.evaluator.PMMLEvaluationContext
 
createStatistic() - Method in class org.jpmml.evaluator.functions.AggregateFunction
 
cumulativeProbability(double) - Static method in class org.jpmml.evaluator.NormalDistributionUtil
 

D

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
 
declareAll(Collection<FieldName>, 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.
DefineFunctionEvaluationContext - Class in org.jpmml.evaluator
 
DefineFunctionEvaluationContext(EvaluationContext) - Constructor for class org.jpmml.evaluator.DefineFunctionEvaluationContext
 
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
 
DuplicateFieldException - Exception in org.jpmml.evaluator
Signals a duplicate field value declaration.
DuplicateFieldException(FieldName) - Constructor for exception org.jpmml.evaluator.DuplicateFieldException
 
DuplicateFieldException(FieldName, PMMLObject) - Constructor for exception org.jpmml.evaluator.DuplicateFieldException
 

E

enhance(TypeDefinitionField, FieldValue) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
EntityClassificationMap<E extends org.dmg.pmml.Entity> - Class in org.jpmml.evaluator
 
EntityClassificationMap(ClassificationMap.Type) - Constructor for class org.jpmml.evaluator.EntityClassificationMap
 
EntityClassificationMap(ClassificationMap.Type, E) - Constructor for class org.jpmml.evaluator.EntityClassificationMap
 
EntityUtil - Class in org.jpmml.evaluator
 
entryKey() - Method in enum org.jpmml.evaluator.ClassificationMap.Type
 
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(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
 
equalsAnyString(Iterable<String>) - Method in class org.jpmml.evaluator.FieldValue
 
equalsAnyValue(Iterable<FieldValue>) - Method in class org.jpmml.evaluator.FieldValue
 
equalsString(String) - Method in class org.jpmml.evaluator.FieldValue
Checks if this value is equal to the reference value.
equalsValue(FieldValue) - Method in class org.jpmml.evaluator.FieldValue
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.AssociationModelEvaluator
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.ClusteringModelEvaluator
 
evaluate(Map<FieldName, ?>) - Method in interface org.jpmml.evaluator.Evaluator
Evaluates the model with the specified arguments.
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<FieldValue>) - Method in interface org.jpmml.evaluator.Function
 
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(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(FieldValue, List<FieldValue>) - 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.GeneralRegressionModelEvaluator
 
evaluate(KernelType, double[], double[]) - Static method in class org.jpmml.evaluator.KernelTypeUtil
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.MiningModelEvaluator
 
evaluate(MiningModelEvaluationContext) - Method in class org.jpmml.evaluator.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.NaiveBayesModelEvaluator
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.NearestNeighborModelEvaluator
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.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.RegressionModelEvaluator
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.RuleSetModelEvaluator
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.ScorecardEvaluator
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.SupportVectorMachineModelEvaluator
 
evaluate(ModelEvaluationContext) - Method in class org.jpmml.evaluator.TreeModelEvaluator
 
evaluateAggregate(Aggregate, EvaluationContext) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
evaluateApply(Apply, EvaluationContext) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
evaluateClassification(ClassificationMap<?>, ModelEvaluationContext) - Static method in class org.jpmml.evaluator.TargetUtil
 
evaluateClassification(Map<FieldName, ? extends ClassificationMap<?>>, ModelEvaluationContext) - Static method in class org.jpmml.evaluator.TargetUtil
Evaluates the Targets element for classification models.
evaluateClassificationDefault(ModelEvaluationContext) - Static method in class org.jpmml.evaluator.TargetUtil
 
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
 
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
 
evaluateLinearKernel(LinearKernelType, double[], double[]) - Static method in class org.jpmml.evaluator.KernelTypeUtil
 
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(PolynomialKernelType, double[], double[]) - Static method in class org.jpmml.evaluator.KernelTypeUtil
 
evaluateRadialBasisKernel(RadialBasisKernelType, double[], double[]) - Static method in class org.jpmml.evaluator.KernelTypeUtil
 
evaluateRaw(EvaluationContext) - Method in class org.jpmml.evaluator.NeuralNetworkEvaluator
Evaluates neural network.
evaluateRegression(Double, ModelEvaluationContext) - Static method in class org.jpmml.evaluator.TargetUtil
 
evaluateRegression(Map<FieldName, ? extends Number>, ModelEvaluationContext) - Static method in class org.jpmml.evaluator.TargetUtil
Evaluates the Targets element for regression models.
evaluateRegressionDefault(ModelEvaluationContext) - Static method in class org.jpmml.evaluator.TargetUtil
 
evaluateSigmoidKernel(SigmoidKernelType, double[], double[]) - Static method in class org.jpmml.evaluator.KernelTypeUtil
 
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
 
evaluateTrue(True) - Static method in class org.jpmml.evaluator.PredicateUtil
 
EvaluationContext - Class in org.jpmml.evaluator
 
EvaluationContext() - Constructor for class org.jpmml.evaluator.EvaluationContext
 
EvaluationContext.Result<E extends org.dmg.pmml.PMMLObject> - Class in org.jpmml.evaluator
 
EvaluationException - Exception in org.jpmml.evaluator
 
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 in "interpreted mode".
EvaluatorUtil - Class in org.jpmml.evaluator
 
ExpressionUtil - 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
 
FieldValue(DataType, Object) - Constructor for class org.jpmml.evaluator.FieldValue
 
FieldValueUtil - Class in org.jpmml.evaluator
 
format(Object) - Static method in class org.jpmml.evaluator.TypeUtil
 
FpMathFunction - Class in org.jpmml.evaluator.functions
 
FpMathFunction(String) - Constructor for class org.jpmml.evaluator.functions.FpMathFunction
 
Function - Interface in org.jpmml.evaluator
 
FunctionException - Exception in org.jpmml.evaluator
 
FunctionException(String, String) - Constructor for exception org.jpmml.evaluator.FunctionException
 
FunctionException(String, String, PMMLObject) - Constructor for exception org.jpmml.evaluator.FunctionException
 
FunctionRegistry - Class in org.jpmml.evaluator
 
FunctionUtil - Class in org.jpmml.evaluator
 

G

GeneralRegressionModelEvaluator - Class in org.jpmml.evaluator
 
GeneralRegressionModelEvaluator(PMML) - Constructor for class org.jpmml.evaluator.GeneralRegressionModelEvaluator
 
GeneralRegressionModelEvaluator(PMML, GeneralRegressionModel) - Constructor for class org.jpmml.evaluator.GeneralRegressionModelEvaluator
 
getActiveValue(EvaluationContext) - Method in class org.jpmml.evaluator.AssociationModelEvaluator
 
getAffinity(String) - Method in class org.jpmml.evaluator.ClusterClassificationMap
 
getAffinity(String) - Method in interface org.jpmml.evaluator.HasAffinity
Gets the affinity towards the specified category.
getAffinity(String) - Method in class org.jpmml.evaluator.InstanceClassificationMap
 
getAffinity(Object, OutputField) - Static method in class org.jpmml.evaluator.OutputUtil
 
getAffinityRanking() - Method in interface org.jpmml.evaluator.HasAffinityRanking
Gets the affinities for known categories.
getAffinityRanking() - Method in class org.jpmml.evaluator.InstanceClassificationMap
 
getAntecedentFlags() - Method in class org.jpmml.evaluator.Association
 
getAssociationRuleRegistry() - Method in interface org.jpmml.evaluator.HasRuleValues
 
getAssociationRules() - Method in class org.jpmml.evaluator.Association
 
getBayesInputs() - Method in class org.jpmml.evaluator.NaiveBayesModelEvaluator
 
getCategoricalResidual(Object, FieldValue) - Static method in class org.jpmml.evaluator.OutputUtil
 
getCategoryValues() - Method in interface org.jpmml.evaluator.CategoricalResultFeature
Gets the set of known categories.
getCategoryValues() - Method in class org.jpmml.evaluator.ClusterClassificationMap
 
getCategoryValues() - Method in class org.jpmml.evaluator.InstanceClassificationMap
 
getCategoryValues() - Method in class org.jpmml.evaluator.NeuronClassificationMap
 
getCategoryValues() - Method in class org.jpmml.evaluator.NodeClassificationMap
 
getCategoryValues() - Method in class org.jpmml.evaluator.ProbabilityClassificationMap
 
getCategoryValues() - Method in class org.jpmml.evaluator.RuleClassificationMap
 
getCategoryValues() - Method in class org.jpmml.evaluator.VoteClassificationMap
 
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.NodeClassificationMap
 
getConfidence(String) - Method in class org.jpmml.evaluator.RuleClassificationMap
 
getConsequentFlags() - Method in class org.jpmml.evaluator.Association
 
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 class org.jpmml.evaluator.EvaluationContext.Result
 
getCovariateRegistry() - Method in class org.jpmml.evaluator.GeneralRegressionModelEvaluator
 
getDataField() - Method in class org.jpmml.evaluator.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.NearestNeighborModelEvaluator
 
getDataType(Expression, ModelEvaluator<?>) - Static method in class org.jpmml.evaluator.ExpressionUtil
 
getDataType() - Method in class org.jpmml.evaluator.FieldValue
 
getDataType(OutputField, ModelEvaluator<?>) - Static method in class org.jpmml.evaluator.OutputUtil
 
getDataType(Object) - Static method in class org.jpmml.evaluator.TypeUtil
 
getDays() - Method in class org.jpmml.evaluator.DaysSinceDate
 
getDefault() - Method in enum org.jpmml.evaluator.ClassificationMap.Type
Gets the least optimal value in the range of valid values.
getDisplayValue() - Method in class org.jpmml.evaluator.ClusterClassificationMap
 
getDisplayValue() - Method in interface org.jpmml.evaluator.HasDisplayValue
 
getElement() - Method in class org.jpmml.evaluator.EvaluationContext.Result
 
getElementAt(Matrix, int, int) - Static method in class org.jpmml.evaluator.MatrixUtil
 
getEntity() - Method in class org.jpmml.evaluator.EntityClassificationMap
 
getEntityAffinity() - Method in class org.jpmml.evaluator.ClusterClassificationMap
 
getEntityAffinity() - Method in interface org.jpmml.evaluator.HasEntityAffinity
Gets the affinity towards the winning entity.
getEntityAffinity() - Method in class org.jpmml.evaluator.InstanceClassificationMap
 
getEntityAffinity(Object) - Static method in class org.jpmml.evaluator.OutputUtil
 
getEntityId() - Method in class org.jpmml.evaluator.EntityClassificationMap
 
getEntityId() - Method in interface org.jpmml.evaluator.HasEntityId
 
getEntityId() - Method in class org.jpmml.evaluator.InstanceClassificationMap
 
getEntityId() - Method in class org.jpmml.evaluator.NodeScore
 
getEntityIdRanking() - Method in interface org.jpmml.evaluator.HasEntityIdRanking
 
getEntityIdRanking() - Method in class org.jpmml.evaluator.InstanceClassificationMap
 
getEntityRegistry() - Method in class org.jpmml.evaluator.AssociationModelEvaluator
 
getEntityRegistry() - Method in class org.jpmml.evaluator.ClusteringModelEvaluator
 
getEntityRegistry() - Method in interface org.jpmml.evaluator.HasEntityRegistry
Takes the snapshot of all known (ie.
getEntityRegistry() - Method in class org.jpmml.evaluator.MiningModelEvaluator
 
getEntityRegistry() - Method in class org.jpmml.evaluator.NeuralNetworkEvaluator
 
getEntityRegistry() - Method in class org.jpmml.evaluator.TreeModelEvaluator
 
getEvaluatorFactory() - Method in class org.jpmml.evaluator.MiningModelEvaluator
 
getExceptions() - Method in class org.jpmml.evaluator.visitors.FeatureInspector
 
getFactorRegistry() - Method in class org.jpmml.evaluator.GeneralRegressionModelEvaluator
 
getField(FieldName) - Method in class org.jpmml.evaluator.EvaluationContext
 
getFieldCountSums() - Method in class org.jpmml.evaluator.NaiveBayesModelEvaluator
 
getFieldEntry(FieldName) - Method in class org.jpmml.evaluator.EvaluationContext
 
getFieldEntry(FieldName) - Method in class org.jpmml.evaluator.ModelEvaluationContext
 
getFields() - Method in class org.jpmml.evaluator.EvaluationContext
 
getFormat() - Static method in class org.jpmml.evaluator.SecondsSinceMidnight
 
getFunction(String) - Static method in class org.jpmml.evaluator.FunctionRegistry
 
getInstance() - Static method in class org.jpmml.evaluator.ModelEvaluatorFactory
 
getIntContent(Array) - Static method in class org.jpmml.evaluator.ArrayUtil
 
getIntValue(IntSparseArray, Integer) - Static method in class org.jpmml.evaluator.SparseArrayUtil
 
getItemRegistry() - Method in interface org.jpmml.evaluator.HasRuleValues
 
getItemsetRegistry() - Method in interface org.jpmml.evaluator.HasRuleValues
 
getModelEvaluator() - Method in class org.jpmml.evaluator.MiningModelEvaluationContext
 
getModelEvaluator() - Method in class org.jpmml.evaluator.ModelEvaluationContext
 
getModelManager(PMML, Model) - Method in class org.jpmml.evaluator.ModelEvaluatorFactory
 
getName() - Method in interface org.jpmml.evaluator.Function
 
getName() - Method in class org.jpmml.evaluator.functions.AbstractFunction
 
getNode() - Method in class org.jpmml.evaluator.NodeScore
 
getNumberContent(Array) - Static method in class org.jpmml.evaluator.ArrayUtil
 
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.OrdinalValue
 
getOpType(DataType) - Static method in class org.jpmml.evaluator.TypeUtil
 
getOrdering() - Method in enum org.jpmml.evaluator.ClassificationMap.Type
 
getOrdering() - Method in class org.jpmml.evaluator.OrdinalValue
 
getParameterRegistry() - Method in class org.jpmml.evaluator.GeneralRegressionModelEvaluator
 
getParent() - Method in class org.jpmml.evaluator.DefineFunctionEvaluationContext
 
getParent() - Method in class org.jpmml.evaluator.ModelEvaluationContext
 
getPmmlManager() - Method in class org.jpmml.evaluator.PMMLEvaluationContext
 
getProbability(String) - Method in interface org.jpmml.evaluator.HasProbability
Gets the probability of the specified category.
getProbability(String) - Method in class org.jpmml.evaluator.NeuronClassificationMap
 
getProbability(String) - Method in class org.jpmml.evaluator.NodeClassificationMap
 
getProbability(String) - Method in class org.jpmml.evaluator.ProbabilityClassificationMap
 
getProbability(String) - Method in class org.jpmml.evaluator.VoteClassificationMap
 
getRange() - Method in enum org.jpmml.evaluator.ClassificationMap.Type
 
getRealContent(Array) - Static method in class org.jpmml.evaluator.ArrayUtil
 
getRealValue(RealSparseArray, Integer) - Static method in class org.jpmml.evaluator.SparseArrayUtil
 
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.ScoreClassificationMap
 
getResult() - Method in class org.jpmml.evaluator.Association
 
getResult() - Method in class org.jpmml.evaluator.ClassificationMap
 
getResult() - Method in interface org.jpmml.evaluator.Computable
 
getResult() - Method in class org.jpmml.evaluator.EntityClassificationMap
 
getResult() - Method in class org.jpmml.evaluator.InstanceClassificationMap
 
getResult() - Method in class org.jpmml.evaluator.NodeClassificationMap
 
getResult() - Method in class org.jpmml.evaluator.NodeScore
 
getResult() - Method in class org.jpmml.evaluator.RuleClassificationMap
 
getResult() - Method in class org.jpmml.evaluator.ScoreClassificationMap
 
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, RuleFeatureType) - 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
 
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
 
getSize(Array) - Static method in class org.jpmml.evaluator.ArrayUtil
 
getSize(SparseArray<E>) - Static method in class org.jpmml.evaluator.SparseArrayUtil
 
getSummary() - Method in class org.jpmml.evaluator.AssociationModelEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.ClusteringModelEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.GeneralRegressionModelEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.MiningModelEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.NaiveBayesModelEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.NearestNeighborModelEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.NeuralNetworkEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.RegressionModelEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.RuleSetModelEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.ScorecardEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.SupportVectorMachineModelEvaluator
 
getSummary() - Method in class org.jpmml.evaluator.TreeModelEvaluator
 
getTarget(FieldName) - Method in class org.jpmml.evaluator.AssociationModelEvaluator
 
getTarget(FieldName) - Method in class org.jpmml.evaluator.ClusteringModelEvaluator
 
getTargetCategories(TypeDefinitionField) - Static method in class org.jpmml.evaluator.ArgumentUtil
 
getTargetValue(Target, Object) - Static method in class org.jpmml.evaluator.TargetUtil
 
getType() - Method in class org.jpmml.evaluator.ClassificationMap
 
getValidValue(TypeDefinitionField, Object) - Static method in class org.jpmml.evaluator.ArgumentUtil
 
getValidValues(TypeDefinitionField) - Static method in class org.jpmml.evaluator.ArgumentUtil
 
getValue(K, LoadingCache<K, V>) - Static method in class org.jpmml.evaluator.CacheUtil
 
getValue(K, Callable<? extends V>, Cache<K, 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(LoadingCache<M, V>) - Method in class org.jpmml.evaluator.ModelEvaluator
 
getValue(Callable<? extends V>, Cache<M, V>) - Method in class org.jpmml.evaluator.ModelEvaluator
 
getValue(SparseArray<E>, Integer) - Static method in class org.jpmml.evaluator.SparseArrayUtil
 
getWarnings() - Method in class org.jpmml.evaluator.EvaluationContext
 
groupRows(K, List<? extends Map<K, ?>>) - Static method in class org.jpmml.evaluator.EvaluatorUtil
 

H

HasAffinity - Interface in org.jpmml.evaluator
Affinity represents a degree of attraction between the sample and a particular category.
HasAffinityRanking - Interface in org.jpmml.evaluator
 
HasConfidence - Interface in org.jpmml.evaluator
Confidences are similar to probabilities, but more relaxed.
HasDisplayValue - Interface in org.jpmml.evaluator
 
HasEntityAffinity - Interface in org.jpmml.evaluator
 
HasEntityId - Interface in org.jpmml.evaluator
 
HasEntityIdRanking - Interface in org.jpmml.evaluator
 
HasEntityRegistry<E extends org.dmg.pmml.Entity> - Interface in org.jpmml.evaluator
 
hashCode() - Method in class org.jpmml.evaluator.DaysSinceDate
 
hashCode() - Method in class org.jpmml.evaluator.SecondsSinceDate
 
hashCode() - Method in class org.jpmml.evaluator.SecondsSinceMidnight
 
HasProbability - Interface in org.jpmml.evaluator
A marker interface for probabilistic classification results.
HasReasonCodeRanking - Interface in org.jpmml.evaluator
 
HasRuleValues - Interface in org.jpmml.evaluator
 

I

InlineTableUtil - Class in org.jpmml.evaluator
 
InstanceClassificationMap - Class in org.jpmml.evaluator
 
InstanceClassificationMap(ClassificationMap.Type, Object) - Constructor for class org.jpmml.evaluator.InstanceClassificationMap
 
integerToDouble(DataType) - Static method in class org.jpmml.evaluator.functions.AbstractFunction
 
intern(Predicate) - Method in class org.jpmml.evaluator.visitors.PredicateInterner
 
intValue() - Method in class org.jpmml.evaluator.DaysSinceDate
 
intValue() - Method in class org.jpmml.evaluator.SecondsSinceDate
 
intValue() - Method in class org.jpmml.evaluator.SecondsSinceMidnight
 
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
Signals an invalid result.
InvalidResultException(PMMLObject) - Constructor for exception org.jpmml.evaluator.InvalidResultException
 
InvalidResultException(String, PMMLObject) - Constructor for exception org.jpmml.evaluator.InvalidResultException
 
isDistance(Measure) - Static method in class org.jpmml.evaluator.MeasureUtil
 
isInvalid(DataField, MiningField, Object) - Static method in class org.jpmml.evaluator.ArgumentUtil
 
isMissing(DataField, Object) - Static method in class org.jpmml.evaluator.ArgumentUtil
 
isOutlier(DataField, MiningField, Object) - Static method in class org.jpmml.evaluator.ArgumentUtil
 
isSimilarity(Measure) - Static method in class org.jpmml.evaluator.MeasureUtil
 
isValid(DataField, MiningField, Object) - Static method in class org.jpmml.evaluator.ArgumentUtil
 
isValid(Double) - Method in enum org.jpmml.evaluator.ClassificationMap.Type
 
isZero(Number, double) - Static method in class org.jpmml.evaluator.VerificationUtil
 

K

KernelTypeUtil - Class in org.jpmml.evaluator
 

M

mapValue(MapValues, Map<String, FieldValue>) - Static method in class org.jpmml.evaluator.DiscretizationUtil
 
match(Table<Integer, String, String>, Map<String, FieldValue>) - Static method in class org.jpmml.evaluator.InlineTableUtil
 
MathFunction - Class in org.jpmml.evaluator.functions
 
MathFunction(String) - Constructor for class org.jpmml.evaluator.functions.MathFunction
 
MatrixUtil - Class in org.jpmml.evaluator
 
MeasureUtil - Class in org.jpmml.evaluator
 
MiningModelEvaluationContext - Class in org.jpmml.evaluator
 
MiningModelEvaluationContext(ModelEvaluationContext, MiningModelEvaluator) - Constructor for class org.jpmml.evaluator.MiningModelEvaluationContext
 
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
 
MissingFieldException - Exception in org.jpmml.evaluator
Signals that a required field value is missing.
MissingFieldException(FieldName) - Constructor for exception org.jpmml.evaluator.MissingFieldException
 
MissingFieldException(FieldName, PMMLObject) - Constructor for exception org.jpmml.evaluator.MissingFieldException
 
ModelEvaluationContext - Class in org.jpmml.evaluator
 
ModelEvaluationContext(ModelEvaluationContext, 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
 

N

NaiveBayesModelEvaluator - Class in org.jpmml.evaluator
 
NaiveBayesModelEvaluator(PMML) - Constructor for class org.jpmml.evaluator.NaiveBayesModelEvaluator
 
NaiveBayesModelEvaluator(PMML, NaiveBayesModel) - Constructor for class org.jpmml.evaluator.NaiveBayesModelEvaluator
 
NearestNeighborModelEvaluator - Class in org.jpmml.evaluator
 
NearestNeighborModelEvaluator(PMML) - Constructor for class org.jpmml.evaluator.NearestNeighborModelEvaluator
 
NearestNeighborModelEvaluator(PMML, NearestNeighborModel) - Constructor for class org.jpmml.evaluator.NearestNeighborModelEvaluator
 
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
 
NeuronClassificationMap - Class in org.jpmml.evaluator
 
NeuronClassificationMap() - Constructor for class org.jpmml.evaluator.NeuronClassificationMap
 
NeuronClassificationMap(Entity) - Constructor for class org.jpmml.evaluator.NeuronClassificationMap
 
NodeClassificationMap - Class in org.jpmml.evaluator
 
NodeClassificationMap() - Constructor for class org.jpmml.evaluator.NodeClassificationMap
 
NodeClassificationMap(Node) - Constructor for class org.jpmml.evaluator.NodeClassificationMap
 
NodeScore - Class in org.jpmml.evaluator
 
NodeScore(Node, Object) - Constructor for class org.jpmml.evaluator.NodeScore
 
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.ClassificationMap
 
normalize(NormContinuous, FieldValue) - Static method in class org.jpmml.evaluator.NormalizationUtil
 
normalize(NormContinuous, double) - Static method in class org.jpmml.evaluator.NormalizationUtil
 
normalizeSoftMax(Map<K, Double>) - Static method in class org.jpmml.evaluator.ClassificationMap
 

O

OrdinalValue - Class in org.jpmml.evaluator
 
OrdinalValue(DataType, Object) - Constructor for class org.jpmml.evaluator.OrdinalValue
 
org.jpmml.evaluator - package org.jpmml.evaluator
 
org.jpmml.evaluator.functions - package org.jpmml.evaluator.functions
 
org.jpmml.evaluator.visitors - package org.jpmml.evaluator.visitors
 
OutputUtil - Class in org.jpmml.evaluator
 

P

parse(Array) - Static method in class org.jpmml.evaluator.ArrayUtil
 
parse(InlineTable) - Static method in class org.jpmml.evaluator.InlineTableUtil
 
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
 
PMMLEvaluationContext - Class in org.jpmml.evaluator
 
PMMLEvaluationContext(PMMLManager) - Constructor for class org.jpmml.evaluator.PMMLEvaluationContext
 
PredicateInterner - Class in org.jpmml.evaluator.visitors
A Visitor that interns Predicate elements.
PredicateInterner() - Constructor for class org.jpmml.evaluator.visitors.PredicateInterner
 
PredicateUtil - Class in org.jpmml.evaluator
 
prepare(DataField, MiningField, Object) - Static method in class org.jpmml.evaluator.ArgumentUtil
 
prepare(FieldName, Object) - Method in interface org.jpmml.evaluator.Evaluator
Prepares the input value for a field.
prepare(Evaluator, FieldName, Object) - Static method in class org.jpmml.evaluator.EvaluatorUtil
 
prepare(FieldName, Object) - Method in class org.jpmml.evaluator.ModelEvaluator
 
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
 
ProbabilityClassificationMap - Class in org.jpmml.evaluator
 
ProbabilityClassificationMap() - Constructor for class org.jpmml.evaluator.ProbabilityClassificationMap
 
processValue(Target, Number) - Static method in class org.jpmml.evaluator.TargetUtil
 
put(E, ImmutableBiMap.Builder<String, E>) - Static method in class org.jpmml.evaluator.EntityUtil
 
putAll(List<E>, ImmutableBiMap.Builder<String, E>) - Static method in class org.jpmml.evaluator.EntityUtil
 
putFunction(Function) - Static method in class org.jpmml.evaluator.FunctionRegistry
 
putFunction(String, Function) - Static method in class org.jpmml.evaluator.FunctionRegistry
 

R

refine(Field, FieldValue) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
refine(DataType, OpType, FieldValue) - Static method in class org.jpmml.evaluator.FieldValueUtil
 
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
 
reset() - Method in class org.jpmml.evaluator.visitors.PredicateInterner
 
resolveDerivedField(FieldName) - Method in class org.jpmml.evaluator.DefineFunctionEvaluationContext
 
resolveDerivedField(FieldName) - Method in class org.jpmml.evaluator.EvaluationContext
 
resolveDerivedField(FieldName) - Method in class org.jpmml.evaluator.ModelEvaluationContext
 
resolveDerivedField(FieldName) - Method in class org.jpmml.evaluator.PMMLEvaluationContext
 
resolveFunction(String) - Method in class org.jpmml.evaluator.DefineFunctionEvaluationContext
 
resolveFunction(String) - Method in class org.jpmml.evaluator.EvaluationContext
 
resolveFunction(String) - Method in class org.jpmml.evaluator.ModelEvaluationContext
 
resolveFunction(String) - Method in class org.jpmml.evaluator.PMMLEvaluationContext
 
ResultFeature - Interface in org.jpmml.evaluator
If the model does not declare an Output element, or if the declared Output element is incomplete, then it is possible to enhance the evaluation result with proper output fields programmatically.
RuleClassificationMap - Class in org.jpmml.evaluator
 
RuleClassificationMap() - Constructor for class org.jpmml.evaluator.RuleClassificationMap
 
RuleClassificationMap(SimpleRule) - Constructor for class org.jpmml.evaluator.RuleClassificationMap
 
RuleSetModelEvaluator - Class in org.jpmml.evaluator
 
RuleSetModelEvaluator(PMML) - Constructor for class org.jpmml.evaluator.RuleSetModelEvaluator
 
RuleSetModelEvaluator(PMML, RuleSetModel) - Constructor for class org.jpmml.evaluator.RuleSetModelEvaluator
 

S

ScorecardEvaluator - Class in org.jpmml.evaluator
 
ScorecardEvaluator(PMML) - Constructor for class org.jpmml.evaluator.ScorecardEvaluator
 
ScorecardEvaluator(PMML, Scorecard) - Constructor for class org.jpmml.evaluator.ScorecardEvaluator
 
ScoreClassificationMap - Class in org.jpmml.evaluator
 
ScoreClassificationMap(Number) - Constructor for class org.jpmml.evaluator.ScoreClassificationMap
 
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
 
setEvaluatorFactory(ModelEvaluatorFactory) - Method in class org.jpmml.evaluator.MiningModelEvaluator
 
setOrdering(List<?>) - Method in class org.jpmml.evaluator.OrdinalValue
 
SparseArrayUtil - Class in org.jpmml.evaluator
 
StringFunction - Class in org.jpmml.evaluator.functions
 
StringFunction(String) - Constructor for class org.jpmml.evaluator.functions.StringFunction
 
sum(Map<K, Double>) - Static method in class org.jpmml.evaluator.ClassificationMap
 
SupportVectorMachineModelEvaluator - Class in org.jpmml.evaluator
 
SupportVectorMachineModelEvaluator(PMML) - Constructor for class org.jpmml.evaluator.SupportVectorMachineModelEvaluator
 
SupportVectorMachineModelEvaluator(PMML, SupportVectorMachineModel) - Constructor for class org.jpmml.evaluator.SupportVectorMachineModelEvaluator
 

T

TargetUtil - Class in org.jpmml.evaluator
 
toArray(Array) - Static method in class org.jpmml.evaluator.ArrayUtil
 
toArray(SparseArray<E>) - Static method in class org.jpmml.evaluator.SparseArrayUtil
 
toBitSet(List<FieldValue>) - Static method in class org.jpmml.evaluator.MeasureUtil
 
tokenize(String, boolean) - Static method in class org.jpmml.evaluator.ArrayUtil
 
toRange(Interval) - Static method in class org.jpmml.evaluator.DiscretizationUtil
 
toString() - Method in class org.jpmml.evaluator.Association
 
toString() - Method in class org.jpmml.evaluator.ClassificationMap
 
toString() - Method in class org.jpmml.evaluator.FieldValue
 
toString() - Method in class org.jpmml.evaluator.NodeScore
 
toStringHelper() - Method in class org.jpmml.evaluator.ClassificationMap
 
toStringHelper() - Method in class org.jpmml.evaluator.EntityClassificationMap
 
toStringHelper() - Method in class org.jpmml.evaluator.NodeClassificationMap
 
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
 
TypeAnalysisException - Exception in org.jpmml.evaluator
 
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
 
TypeCheckException(DataType, FieldValue) - Constructor for exception org.jpmml.evaluator.TypeCheckException
 
TypeCheckException(DataType, Object) - Constructor for exception org.jpmml.evaluator.TypeCheckException
 
TypeCheckException(Class<?>, FieldValue) - 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
 
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
 

V

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.ClassificationMap.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jpmml.evaluator.ClassificationMap.Type
Returns an array containing the constants of this enum type, in the order they are declared.
VerificationUtil - Class in org.jpmml.evaluator
 
verify() - Method in class org.jpmml.evaluator.AssociationModelEvaluator
 
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(Attribute) - Method in class org.jpmml.evaluator.visitors.PredicateInterner
 
visit(CompoundPredicate) - Method in class org.jpmml.evaluator.visitors.PredicateInterner
 
visit(CompoundRule) - Method in class org.jpmml.evaluator.visitors.PredicateInterner
 
visit(Node) - Method in class org.jpmml.evaluator.visitors.PredicateInterner
 
visit(Segment) - Method in class org.jpmml.evaluator.visitors.PredicateInterner
 
visit(SimpleRule) - Method in class org.jpmml.evaluator.visitors.PredicateInterner
 
visit(Aggregate) - Method in class org.jpmml.evaluator.visitors.UnsupportedFeatureInspector
 
visit(BaselineModel) - 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(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(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
 
VoteClassificationMap - Class in org.jpmml.evaluator
 
VoteClassificationMap() - Constructor for class org.jpmml.evaluator.VoteClassificationMap
 
A B C D E F G H I K M N O P R S T U V 

Copyright © 2015. All Rights Reserved.