Rdocumentation
powered by
Learn R Programming
RoughSets (version 1.2-1)
X.laplace: Rule voting by the Laplace estimate
Description
A function returning a weight of rule's vote understood as the Laplace estimate of its confidence.
Usage
X.laplace(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.rulesCounting
.