Rdocumentation
powered by
Learn R Programming
RoughSets (version 1.2-1)
X.rulesCounting: Rule voting by counting matching rules
Description
A function returning an equal vote's weight for every rule. It corresponds to voting by counting the matching rules.
Usage
X.rulesCounting(rule)
Arguments
rule
a decision rule, i.e. element of an "RuleSetRST" object
Value
a numerical weight of the vote
See Also
Other currently available voting methods are:
X.ruleStrength
,
X.laplace
.