Learn R Programming

RoughSetKnowledgeReduction (version 0.1)

computeConsistencyMatrix-methods: Methods for Function computeConsistencyMatrix

Description

Methods for function computeConsistencyMatrix

Arguments

Methods

signature(object = "DecisionTable")
This method checks the consistency between each possible pair of rules in a Decision Table object. For any pair of rules, they are consistent if the same conditions imply the same decision. The method checkConsistency is a summary of this method, reporting if a rule is consistent but it is not specific about the pair of rules tested.