powered by
getCondition(object)
DecisionTable-class
exampleMatrix1 <- matrix(c(1,0,2,1,1,2,2,0,0,1,0,1,0,2,1,1,2, 1,0,0,2,0,1,1,2,1,1,2,0,1,1,0,0,2,1,2,1,1,2,1),ncol = 5) dt <- decisionTable(exampleMatrix1) condDt <- getCondition(dt)
Run the code above in your browser using DataLab