Uses of Class
org.dmg.pmml.rule_set.RuleSelectionMethod
-
Packages that use RuleSelectionMethod Package Description org.dmg.pmml org.dmg.pmml.rule_set org.jpmml.model.visitors -
-
Uses of RuleSelectionMethod in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type RuleSelectionMethod Modifier and Type Method Description VisitorActionVisitor. visit(RuleSelectionMethod ruleSelectionMethod) -
Uses of RuleSelectionMethod in org.dmg.pmml.rule_set
Methods in org.dmg.pmml.rule_set that return RuleSelectionMethod Modifier and Type Method Description RuleSelectionMethodRuleSelectionMethod. addExtensions(Extension... extensions)RuleSelectionMethodObjectFactory. createRuleSelectionMethod()Create an instance ofRuleSelectionMethodRuleSelectionMethodRuleSelectionMethod. setCriterion(RuleSelectionMethod.Criterion criterion)Methods in org.dmg.pmml.rule_set that return types with arguments of type RuleSelectionMethod Modifier and Type Method Description java.util.List<RuleSelectionMethod>RuleSet. getRuleSelectionMethods()java.util.List<RuleSelectionMethod>RuleSet. requireRuleSelectionMethods()Methods in org.dmg.pmml.rule_set with parameters of type RuleSelectionMethod Modifier and Type Method Description RuleSetRuleSet. addRuleSelectionMethods(RuleSelectionMethod... ruleSelectionMethods)Constructor parameters in org.dmg.pmml.rule_set with type arguments of type RuleSelectionMethod Constructor Description RuleSet(java.util.List<RuleSelectionMethod> ruleSelectionMethods) -
Uses of RuleSelectionMethod in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type RuleSelectionMethod Modifier and Type Method Description VisitorActionAbstractVisitor. visit(RuleSelectionMethod ruleSelectionMethod)
-