similarity_comparison {iai} | R Documentation |
Refer to the documentation on tree stability for more information.
similarity_comparison(lnr, new_lnr, deviations)
lnr |
The original learner |
new_lnr |
The new learner |
deviations |
The deviation between the original tree and each tree in the new learner |
Julia Equivalent:
IAI.SimilarityComparison
Requires IAI version 2.2 or higher.
## Not run: iai::similarity_comparison(lnr, new_lnr, deviations)