Learn R Programming

iai (version 1.10.2)

similarity_comparison: Conduct a similarity comparison between the final tree in a learner and all trees in a new learner to consider the tradeoff between training performance and similarity to the original tree

Description

Refer to the documentation on tree stability for more information.

Usage

similarity_comparison(lnr, new_lnr, deviations)

Arguments

lnr

The original learner

new_lnr

The new learner

deviations

The deviation between the original tree and each tree in the new learner

IAI Compatibility

Requires IAI version 2.2 or higher.

Details

Julia Equivalent: IAI.SimilarityComparison

Examples

Run this code
if (FALSE) iai::similarity_comparison(lnr, new_lnr, deviations)

Run the code above in your browser using DataLab