X.rulesCounting {RoughSets} | R Documentation |
A function returning an equal vote's weight for every rule. It corresponds to voting by counting the matching rules.
X.rulesCounting(rule)
rule |
a decision rule, i.e. element of an "RuleSetRST" object |
a numerical weight of the vote
Andrzej Janusz
Other currently available voting methods are: X.ruleStrength
, X.laplace
.