Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2215, comment 8


Ignore:
Timestamp:
07/23/14 22:51:04 (10 years ago)
Author:
bburlacu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2215, comment 8

    initial v1  
    1 r11221: Fixed incorrect namespace of the `BottomUpSimilarityCalculator`. Changed signature of `ComputeBottomMapping` method to take tree nodes as arguments rather than trees, because we should be able to compute the bottom-up distance for any two subtrees. Added internal diversity calculator based on the bottom-up distance, which computes the average diversity of all the nodes inside a tree individual.
     1r11221: Fixed incorrect namespace of the `BottomUpSimilarityCalculator`. Changed signature of `ComputeBottomMapping` method to take tree nodes as arguments rather than trees, because we should be able to compute the bottom-up distance for any two subtrees. Added internal diversity analyzer based on the bottom-up distance, which computes the average diversity of all the nodes inside a tree individual (basically, it gives a measure of how many subtrees are identical on average inside a tree).