Uses of Class
org.jpmml.evaluator.Vote
-
Packages that use Vote Package Description org.jpmml.evaluator org.jpmml.evaluator.tree -
-
Uses of Vote in org.jpmml.evaluator
Methods in org.jpmml.evaluator that return types with arguments of type Vote Modifier and Type Method Description static Map<String,? extends Vote>TargetUtil. evaluateVote(TargetField targetField, Vote vote)Methods in org.jpmml.evaluator with parameters of type Vote Modifier and Type Method Description static voidTargetUtil. computeResult(org.dmg.pmml.DataType dataType, Vote vote)static Map<String,? extends Vote>TargetUtil. evaluateVote(TargetField targetField, Vote vote) -
Uses of Vote in org.jpmml.evaluator.tree
Subclasses of Vote in org.jpmml.evaluator.tree Modifier and Type Class Description classNodeVote
-