Learn R Programming

RoughSets (version 1.0-0)

X.bestFirst: the best-first voting strategy function

Description

It is an auxiliary function of the best-first voting strategy.

Usage

X.bestFirst(object, ruleValues, consequents, majorityCls,
    ...)

Arguments

object
a class "RuleSetRST".
ruleValues
values of rules.
consequents
values on the consequent part.
majorityCls
a value representing majority class of decision attribute.
...
other parameters.

Value

  • predicted values.