Rule voting by the Laplace estimate
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" objecta numerical weight of the vote
Other currently available voting methods are: X.ruleStrength
, X.rulesCounting
.
Andrzej Janusz