Skip to content

move generate_annotation_similarity_graph switch outside the calc_similarity #20

@rmflight

Description

@rmflight

Right now generate_annotation_similarity_graph has a switch statement to select which method is actually used for calculating the similarity overlap, and that switch statement is inside the calc_similarity function that is defined locally.

I'm curious if we move that switch statement outside of calc_similarity and instead pass it in as an argument, will we see a speed improvement? Worth trying.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions