Return a matrix where entry (i, j) is true if the ith point in the features passes through the jth node in a trained tree model.
Julia Equivalent:
IAI.decision_path
decision_path(lnr, X)
lnr |
The learner or grid to query. |
X |
The features of the data. |
## Not run: iai::decision_path(lnr, X)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.