Uses of Class
org.dmg.pmml.rule_set.RuleSelectionMethod.Criterion
-
Packages that use RuleSelectionMethod.Criterion Package Description org.dmg.pmml.rule_set -
-
Uses of RuleSelectionMethod.Criterion in org.dmg.pmml.rule_set
Methods in org.dmg.pmml.rule_set that return RuleSelectionMethod.Criterion Modifier and Type Method Description static RuleSelectionMethod.CriterionRuleSelectionMethod.Criterion. fromValue(java.lang.String v)RuleSelectionMethod.CriterionRuleSelectionMethod. getCriterion()RuleSelectionMethod.CriterionRuleSelectionMethod. requireCriterion()static RuleSelectionMethod.CriterionRuleSelectionMethod.Criterion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RuleSelectionMethod.Criterion[]RuleSelectionMethod.Criterion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml.rule_set with parameters of type RuleSelectionMethod.Criterion Modifier and Type Method Description RuleSelectionMethodRuleSelectionMethod. setCriterion(RuleSelectionMethod.Criterion criterion)Constructors in org.dmg.pmml.rule_set with parameters of type RuleSelectionMethod.Criterion Constructor Description RuleSelectionMethod(RuleSelectionMethod.Criterion criterion)
-