computeDiscernibilityMatrix-methods: Methods for Function computeDiscernibilityMatrix
Description
Methods for function computeDiscernibilityMatrix
Methods
signature(object = "DecisionTable")
-
This method computes the discernibility matrix of a Decision Table object. A Discernibility Matrix object is a 3 dimension boolean array where each element represents if there is a difference in the same condition of each pair of rules in a Decision Table object. A discernibility matrix is useful for calculating the core of a decision table.