decision_path | R Documentation |
(i, j)
is true if the i
th point in
the features passes through the j
th 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.