X.laplace {RoughSets} | R Documentation |
A function returning a weight of rule's vote understood as the Laplace estimate of its confidence.
X.laplace(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.rulesCounting
.