Skip to content

Commit

Permalink
Update extended_similarity_indices.py
Browse files Browse the repository at this point in the history
 - fix attribution statement
 - update citations to include both papers
  • Loading branch information
JacksonBurns authored Aug 17, 2023
1 parent 7fd31b2 commit d57c605
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions aimsim/tasks/extended_similarity_indices.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
"""
Calculates the Extended Similarity Indexes as shown in
this table: https://jcheminf.biomedcentral.com/articles/10.1186/s13321-021-00505-3/tables/1
and described in "Extended similarity indices: the benefits of comparing more than two objects
simultaneously. Part 1: Theory and characteristics"
and described in:
- Extended similarity indices: the benefits of comparing more than two objects simultaneously. Part 1: Theory and characteristics
- https://doi.org/10.1186/s13321-021-00505-3
- Extended similarity indices: the benefits of comparing more than two objects simultaneously. Part 2: speed, consistency, diversity selection
- https://link.springer.com/article/10.1186/s13321-021-00504-4
Both gen_sim_dict and calculate_counters were provided by Raymond Quintana, similar to
Both gen_sim_dict and calculate_counters were provided by Ramon Alain Miranda Quintana, similar to
that which is here: https://github.com/ramirandaq/MultipleComparisons
"""
import json
Expand Down

0 comments on commit d57c605

Please sign in to comment.