minmax_mat: Minmax matrix
Description
Identifies splits and relevant criteria
Usage
minmax_mat(str, varnms, Y, interval)
Arguments
str
Structure of pathway from the root node in the decision tree to each terminal node
Y
Response variable in the dataset
interval
logical. Continuous response (interval = FALSE) and Categorical response (interval = TRUE).