decision_path {iai} | R Documentation |
Return a matrix where entry (i, j)
is true if the i
th point in
the features passes through the j
th node in a trained tree model.
Description
Julia Equivalent:
IAI.decision_path
Usage
decision_path(lnr, X)
Arguments
lnr |
The learner or grid to query. |
X |
The features of the data. |
Examples
## Not run: iai::decision_path(lnr, X)
[Package iai version 1.10.1 Index]