A C E F G I M N O P R S V 

A

applyTo(Visitable) - Method in class org.jpmml.evaluator.visitors.PredicateInterner
 

C

createBaseCumHazardTables() - Method in class org.jpmml.evaluator.general_regression.RichObjectFactory
 
createBayesInput() - Method in class org.jpmml.evaluator.naive_bayes.RichObjectFactory
 
createCategoricalPredictor() - Method in class org.jpmml.evaluator.regression.RichObjectFactory
 
createConstant() - Method in class org.jpmml.evaluator.RichObjectFactory
 
createDataField() - Method in class org.jpmml.evaluator.RichObjectFactory
 
createNormDiscrete() - Method in class org.jpmml.evaluator.RichObjectFactory
 
createPPCell() - Method in class org.jpmml.evaluator.general_regression.RichObjectFactory
 
createSimplePredicate() - Method in class org.jpmml.evaluator.RichObjectFactory
 
createSimpleSetPredicate() - Method in class org.jpmml.evaluator.RichObjectFactory
 

E

evaluate(List<FieldValue>) - Method in class org.jpmml.evaluator.functions.MeanFunction
 
evaluate(List<FieldValue>) - Method in class org.jpmml.evaluator.functions.PercentileFunction
 
evaluate(List<FieldValue>) - Method in class org.jpmml.evaluator.functions.StandardDeviationFunction
 
ExpressionOptimizer - Class in org.jpmml.evaluator.visitors
 
ExpressionOptimizer() - Constructor for class org.jpmml.evaluator.visitors.ExpressionOptimizer
 

F

FieldOptimizer - Class in org.jpmml.evaluator.visitors
 
FieldOptimizer() - Constructor for class org.jpmml.evaluator.visitors.FieldOptimizer
 
filter(Expression) - Method in class org.jpmml.evaluator.visitors.ExpressionOptimizer
 
filter(Predicate) - Method in class org.jpmml.evaluator.visitors.PredicateInterner
 
filter(Predicate) - Method in class org.jpmml.evaluator.visitors.PredicateOptimizer
 

G

GeneralRegressionModelOptimizer - Class in org.jpmml.evaluator.visitors
 
GeneralRegressionModelOptimizer() - Constructor for class org.jpmml.evaluator.visitors.GeneralRegressionModelOptimizer
 
getField() - Method in class org.jpmml.evaluator.RichConstant
 
getValue(DataType, OpType) - Method in class org.jpmml.evaluator.general_regression.RichPPCell
 
getValue(DataType, OpType) - Method in class org.jpmml.evaluator.regression.RichCategoricalPredictor
 
getValue() - Method in class org.jpmml.evaluator.RichConstant
 
getValue(DataType, OpType) - Method in class org.jpmml.evaluator.RichConstant
 
getValue(DataType, OpType) - Method in class org.jpmml.evaluator.RichNormDiscrete
 
getValue(DataType, OpType) - Method in class org.jpmml.evaluator.RichSimplePredicate
 
getValueMapping(DataType, OpType) - Method in class org.jpmml.evaluator.general_regression.RichBaseCumHazardTables
 
getValueMapping(DataType, OpType) - Method in class org.jpmml.evaluator.naive_bayes.RichBayesInput
 
getValueMapping() - Method in class org.jpmml.evaluator.RichDataField
 
getValueMapping(DataType, OpType) - Method in class org.jpmml.evaluator.RichDataField
 
getValueSet(DataType, OpType) - Method in class org.jpmml.evaluator.RichSimpleSetPredicate
 

I

intern(Predicate) - Method in class org.jpmml.evaluator.visitors.PredicateInterner
 

M

MeanFunction - Class in org.jpmml.evaluator.functions
A Java UDF for calculating the mean of a collection of values.
MeanFunction() - Constructor for class org.jpmml.evaluator.functions.MeanFunction
 
MeanFunction(String) - Constructor for class org.jpmml.evaluator.functions.MeanFunction
 
MiningFieldInterner - Class in org.jpmml.evaluator.visitors
A Visitor that interns MiningField elements.
MiningFieldInterner() - Constructor for class org.jpmml.evaluator.visitors.MiningFieldInterner
 

N

NaiveBayesModelOptimizer - Class in org.jpmml.evaluator.visitors
 
NaiveBayesModelOptimizer() - Constructor for class org.jpmml.evaluator.visitors.NaiveBayesModelOptimizer
 
NodeSorter - Class in org.jpmml.evaluator.visitors
A Visitor that orders Node elements by their "hit" probability.
NodeSorter() - Constructor for class org.jpmml.evaluator.visitors.NodeSorter
 

O

optimize(Expression) - Method in class org.jpmml.evaluator.visitors.ExpressionOptimizer
 
optimize(Predicate) - Method in class org.jpmml.evaluator.visitors.PredicateOptimizer
 
org.jpmml.evaluator - package org.jpmml.evaluator
 
org.jpmml.evaluator.functions - package org.jpmml.evaluator.functions
 
org.jpmml.evaluator.general_regression - package org.jpmml.evaluator.general_regression
 
org.jpmml.evaluator.naive_bayes - package org.jpmml.evaluator.naive_bayes
 
org.jpmml.evaluator.regression - package org.jpmml.evaluator.regression
 
org.jpmml.evaluator.visitors - package org.jpmml.evaluator.visitors
 

P

PercentileFunction - Class in org.jpmml.evaluator.functions
A Java UDF for calculating the n-th percentile of a collection of values.
PercentileFunction() - Constructor for class org.jpmml.evaluator.functions.PercentileFunction
 
PercentileFunction(String) - Constructor for class org.jpmml.evaluator.functions.PercentileFunction
 
PredicateInterner - Class in org.jpmml.evaluator.visitors
A Visitor that interns Predicate elements.
PredicateInterner() - Constructor for class org.jpmml.evaluator.visitors.PredicateInterner
 
PredicateOptimizer - Class in org.jpmml.evaluator.visitors
 
PredicateOptimizer() - Constructor for class org.jpmml.evaluator.visitors.PredicateOptimizer
 

R

RegressionModelOptimizer - Class in org.jpmml.evaluator.visitors
 
RegressionModelOptimizer() - Constructor for class org.jpmml.evaluator.visitors.RegressionModelOptimizer
 
reset() - Method in class org.jpmml.evaluator.visitors.PredicateInterner
 
RichBaseCumHazardTables - Class in org.jpmml.evaluator.general_regression
 
RichBaseCumHazardTables() - Constructor for class org.jpmml.evaluator.general_regression.RichBaseCumHazardTables
 
RichBaseCumHazardTables(BaseCumHazardTables) - Constructor for class org.jpmml.evaluator.general_regression.RichBaseCumHazardTables
 
RichBayesInput - Class in org.jpmml.evaluator.naive_bayes
 
RichBayesInput() - Constructor for class org.jpmml.evaluator.naive_bayes.RichBayesInput
 
RichBayesInput(BayesInput) - Constructor for class org.jpmml.evaluator.naive_bayes.RichBayesInput
 
RichCategoricalPredictor - Class in org.jpmml.evaluator.regression
 
RichCategoricalPredictor() - Constructor for class org.jpmml.evaluator.regression.RichCategoricalPredictor
 
RichCategoricalPredictor(CategoricalPredictor) - Constructor for class org.jpmml.evaluator.regression.RichCategoricalPredictor
 
RichConstant - Class in org.jpmml.evaluator
 
RichConstant() - Constructor for class org.jpmml.evaluator.RichConstant
 
RichConstant(Constant) - Constructor for class org.jpmml.evaluator.RichConstant
 
RichDataField - Class in org.jpmml.evaluator
 
RichDataField() - Constructor for class org.jpmml.evaluator.RichDataField
 
RichDataField(DataField) - Constructor for class org.jpmml.evaluator.RichDataField
 
RichNormDiscrete - Class in org.jpmml.evaluator
 
RichNormDiscrete() - Constructor for class org.jpmml.evaluator.RichNormDiscrete
 
RichNormDiscrete(NormDiscrete) - Constructor for class org.jpmml.evaluator.RichNormDiscrete
 
RichObjectFactory - Class in org.jpmml.evaluator.general_regression
 
RichObjectFactory() - Constructor for class org.jpmml.evaluator.general_regression.RichObjectFactory
 
RichObjectFactory - Class in org.jpmml.evaluator.naive_bayes
 
RichObjectFactory() - Constructor for class org.jpmml.evaluator.naive_bayes.RichObjectFactory
 
RichObjectFactory - Class in org.jpmml.evaluator.regression
 
RichObjectFactory() - Constructor for class org.jpmml.evaluator.regression.RichObjectFactory
 
RichObjectFactory - Class in org.jpmml.evaluator
 
RichObjectFactory() - Constructor for class org.jpmml.evaluator.RichObjectFactory
 
RichPPCell - Class in org.jpmml.evaluator.general_regression
 
RichPPCell() - Constructor for class org.jpmml.evaluator.general_regression.RichPPCell
 
RichPPCell(PPCell) - Constructor for class org.jpmml.evaluator.general_regression.RichPPCell
 
RichSimplePredicate - Class in org.jpmml.evaluator
 
RichSimplePredicate() - Constructor for class org.jpmml.evaluator.RichSimplePredicate
 
RichSimplePredicate(SimplePredicate) - Constructor for class org.jpmml.evaluator.RichSimplePredicate
 
RichSimpleSetPredicate - Class in org.jpmml.evaluator
 
RichSimpleSetPredicate() - Constructor for class org.jpmml.evaluator.RichSimpleSetPredicate
 
RichSimpleSetPredicate(SimpleSetPredicate) - Constructor for class org.jpmml.evaluator.RichSimpleSetPredicate
 

S

ScoreDistributionInterner - Class in org.jpmml.evaluator.visitors
A Visitor that interns ScoreDistribution elements.
ScoreDistributionInterner() - Constructor for class org.jpmml.evaluator.visitors.ScoreDistributionInterner
 
setValue(String) - Method in class org.jpmml.evaluator.RichConstant
 
StandardDeviationFunction - Class in org.jpmml.evaluator.functions
A Java UDF for calculating the standard deviation of a collection of values.
StandardDeviationFunction() - Constructor for class org.jpmml.evaluator.functions.StandardDeviationFunction
 
StandardDeviationFunction(String) - Constructor for class org.jpmml.evaluator.functions.StandardDeviationFunction
 

V

visit(DataDictionary) - Method in class org.jpmml.evaluator.visitors.FieldOptimizer
 
visit(GeneralRegressionModel) - Method in class org.jpmml.evaluator.visitors.GeneralRegressionModelOptimizer
 
visit(PPMatrix) - Method in class org.jpmml.evaluator.visitors.GeneralRegressionModelOptimizer
 
visit(MiningSchema) - Method in class org.jpmml.evaluator.visitors.MiningFieldInterner
 
visit(BayesInputs) - Method in class org.jpmml.evaluator.visitors.NaiveBayesModelOptimizer
 
visit(Node) - Method in class org.jpmml.evaluator.visitors.NodeSorter
 
visit(RegressionTable) - Method in class org.jpmml.evaluator.visitors.RegressionModelOptimizer
 
visit(Node) - Method in class org.jpmml.evaluator.visitors.ScoreDistributionInterner
 
A C E F G I M N O P R S V 

Copyright © 2017. All Rights Reserved.