seqme.metrics.Novelty#
- class seqme.metrics.Novelty(reference, *, name='Novelty')[source]#
Fraction of sequences not in the reference set.
- __call__(sequences)[source]#
Compute the novelty as the proportion of input sequences that are not present in the reference set.
- Parameters:
- Returns:
- The novelty score between 0 and 1,
where 0 indicates no novel sequences and 1 indicates all sequences are novel.
- Return type:
Methods
Attributes
|
Name of the metric. |
|
Whether lower or higher scores indicate better performance. |