Get Decision Tree Path
Synopsis
This operator works very similar to the Apply Model operator for a Decision Tree. Instead of returning prediction and confidences the path to the leaf is returned.
Input
mod
The input model.
exa
The ExampleSet you want to get the paths for.
Output
exa
The ExampleSet with a new attribute "Path" with the Decision Tree path.
mod
The passed through input model.