Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/similarity_threshold #12

Merged
merged 6 commits into from
Jan 17, 2024
Merged

Conversation

reednel
Copy link
Member

@reednel reednel commented Jan 17, 2024

This branch adds the similarity_threshold argument -st=, which allows the user to define a value in range [0, 1] above which aligned pairs are included in the output. For computational complexity reasons, our alignment algorithm finds a complete (rather than partial) matching between two networks. This means that certain nodes may be matched by the algorithm, even if they obviously bear no relation (have a very low similarity). Hence, the value of this argument. This does not impact base functionality, it is completely optional, and the default value of 0 keeps the same logic that existed previously.

The other notable addition (and source of bloat) on this PR is the rewrite to the examples. All have been pulled out of the root README in favor of deeper explanation with actual inputs (using real-world data) and outputs in the example/ folder. The previous single example in that folder has been removed, as it was essentially a duplicate of one single network pair from the Simulation data. Again, no impact on base functionality.

@reednel reednel merged commit 616a275 into develop Jan 17, 2024
1 check passed
@reednel reednel deleted the feature/similarity_threshold branch January 17, 2024 05:57
@reednel reednel mentioned this pull request Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant