Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/lemat_genbench/metrics/uniqueness_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ def compute(
Object containing the uniqueness metrics and computation metadata.
The result will have a custom 'fingerprints' attribute containing
the computed fingerprints for successful structures.

**Note**: In this metric result the 'individual_values' will
represent the uniqueness contribution of each structure
(1.0 for unique structures, and 1/count for duplicates),
rather than a traditional per-structure metric.
"""

start_time = time.time()
Expand Down