Uses of Class
org.dmg.pmml.rule_set.RuleSetModel
-
Packages that use RuleSetModel Package Description org.dmg.pmml org.dmg.pmml.rule_set org.jpmml.model.visitors -
-
Uses of RuleSetModel in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type RuleSetModel Modifier and Type Method Description VisitorActionVisitor. visit(RuleSetModel ruleSetModel) -
Uses of RuleSetModel in org.dmg.pmml.rule_set
Methods in org.dmg.pmml.rule_set that return RuleSetModel Modifier and Type Method Description RuleSetModelRuleSetModel. addExtensions(Extension... extensions)RuleSetModelObjectFactory. createRuleSetModel()Create an instance ofRuleSetModelRuleSetModelRuleSetModel. setAlgorithmName(java.lang.String algorithmName)RuleSetModelRuleSetModel. setLocalTransformations(LocalTransformations localTransformations)RuleSetModelRuleSetModel. setMathContext(MathContext mathContext)RuleSetModelRuleSetModel. setMiningFunction(MiningFunction miningFunction)RuleSetModelRuleSetModel. setMiningSchema(MiningSchema miningSchema)RuleSetModelRuleSetModel. setModelExplanation(ModelExplanation modelExplanation)RuleSetModelRuleSetModel. setModelName(java.lang.String modelName)RuleSetModelRuleSetModel. setModelStats(ModelStats modelStats)RuleSetModelRuleSetModel. setModelVerification(ModelVerification modelVerification)RuleSetModelRuleSetModel. setOutput(Output output)RuleSetModelRuleSetModel. setRuleSet(RuleSet ruleSet)RuleSetModelRuleSetModel. setScorable(java.lang.Boolean scorable)RuleSetModelRuleSetModel. setTargets(Targets targets) -
Uses of RuleSetModel in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type RuleSetModel Modifier and Type Method Description VisitorActionAbstractVisitor. visit(RuleSetModel ruleSetModel)
-