Learn R Programming

RoughSetKnowledgeReduction (version 0.1)

checkConsistency-methods: Methods for Function checkConsistency

Description

Methods for function checkConsistency

Arguments

Methods

signature(object = "DecisionTable")
This method reports which rules in a Decision Table object are consistent. A rule in a Decision Table object is consistent if there is no other rule with the same conditions and a different decision. This method does not specify which pair of rules are consistent or not, for obtaining that information use computeConsistencyMatrix.