Uses of Class
org.dmg.pmml.rule_set.RuleSet
-
Packages that use RuleSet Package Description org.dmg.pmml org.dmg.pmml.rule_set org.jpmml.model.visitors -
-
Uses of RuleSet in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type RuleSet Modifier and Type Method Description VisitorActionVisitor. visit(RuleSet ruleSet) -
Uses of RuleSet in org.dmg.pmml.rule_set
Methods in org.dmg.pmml.rule_set that return RuleSet Modifier and Type Method Description RuleSetRuleSet. addExtensions(Extension... extensions)RuleSetRuleSet. addRules(Rule... rules)RuleSetRuleSet. addRuleSelectionMethods(RuleSelectionMethod... ruleSelectionMethods)RuleSetRuleSet. addScoreDistributions(ScoreDistribution... scoreDistributions)RuleSetObjectFactory. createRuleSet()Create an instance ofRuleSetRuleSetRuleSetModel. getRuleSet()RuleSetRuleSetModel. requireRuleSet()RuleSetRuleSet. setDefaultConfidence(java.lang.Number defaultConfidence)RuleSetRuleSet. setDefaultScore(java.lang.Object defaultScore)RuleSetRuleSet. setNbCorrect(java.lang.Number nbCorrect)RuleSetRuleSet. setRecordCount(java.lang.Number recordCount)Methods in org.dmg.pmml.rule_set with parameters of type RuleSet Modifier and Type Method Description RuleSetModelRuleSetModel. setRuleSet(RuleSet ruleSet)Constructors in org.dmg.pmml.rule_set with parameters of type RuleSet Constructor Description RuleSetModel(MiningFunction miningFunction, MiningSchema miningSchema, RuleSet ruleSet) -
Uses of RuleSet in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type RuleSet Modifier and Type Method Description VisitorActionAbstractVisitor. visit(RuleSet ruleSet)
-