X.rulesCounting {RoughSets} | R Documentation |
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
Author(s)
Andrzej Janusz
See Also
Other currently available voting methods are: X.ruleStrength
, X.laplace
.
[Package RoughSets version 1.3-8 Index]