X.rulesCounting: Rule voting by counting matching rules

View source: R/RuleInduction.OtherFuncCollections.R

X.rulesCountingR 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.


RoughSets documentation built on May 29, 2024, 7:34 a.m.