The distance between them is 18 according to the apted library. If I introduce the rename cost of 1, then the distance jumps to 49. I am not sure if this is correct since the normalization factor max(number_of_nodes_tree1, number_of_nodes_tree2) is 44, so the normalized tree distance would be > 1.0. Can anyone confirm that?
I have the following two trees:
The distance between them is 18 according to the apted library. If I introduce the rename cost of 1, then the distance jumps to 49. I am not sure if this is correct since the normalization factor
max(number_of_nodes_tree1, number_of_nodes_tree2)
is 44, so the normalized tree distance would be > 1.0. Can anyone confirm that?I am using apted==1.0.3 and python==3.10.14