Average shared span for multiple matches #12
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Option 2 for issue #11
For each node$n_2\in T_2$ with multiple matches in $T_1$ , Let $\beta(n_2)=[n_1\in T_1 \colon \alpha(n_1)=n_2]$ . Then we compute the similarity between two trees $T_1$ , and $T_2$ as
$$sim(T_1,T_2)=\sum_{n_2\in T_2}\frac{1}{\beta(n_2)}\sum_{n_1\in T_1} m(n_1,n_2),$$ $T_2$ and their multiple matches $\beta(n_2)$ .
which is the average over shared spans between nodes in