applyRulebase(rrules)
applyRulebase()所属R语言包:rrules
Repeatedly apply a rulebase to an input object...
反复适用的规则库的输入对象...
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Repeatedly apply a rulebase to an input object
反复适用的规则库的输入对象
用法----------Usage----------
参数----------Arguments----------
参数:input
The input object to translate.
输入对象进行翻译。
参数:rulebase
The rulebase to use for translation.
规则库的使用进行翻译。
参数:matcher
The function used to match the antecedens of each rule. Defaults to patmatch.
的功能规则相匹配的antecedens的每一个。默认为patmatch的。
参数:action
The action to apply when a rule matches.
行动时适用的规则相匹配。
Details
详细信息----------Details----------
Translate an input object by applying a rule base repeatedly, until the result does not change anymore. matcher is tried on each rule in rulebase in order, until a matching rule is found. matcher must return a binding object or NA. When a rule matches, action is applied to the binding object and the rule's consquence pattern, giving a result expression. After that, the rule base is applied to the result expression again, if the result differs from input. The simplify function gives a practical example for using
翻译一个输入对象,通过反复应用规则库,直到结果不再改变。 matcher尝试在每个规则rulebase的一个匹配规则,直到被发现。 matcher必须返回一个绑定对象或NA。当一个规则相匹配,action的绑定对象的规则的consquence,模式,给人一种结果表达式。之后,规则库的结果表达的结果是不同的,如果从input。 simplify函数给出了一个实际的例子使用
值----------Value----------
The result of applying the rulebase.
结果施加rulebase。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|