Skip to content

Feature request: Provide a static method to combine a set of signatures using element-wise minima #3

@DaRosenberg

Description

@DaRosenberg

This would be very useful in scenarios where you want to utilize the reducability properties of minhash. One example is dealing with hierarchical data; the signature of a parent node can then be calculated as the element-wise minima combined signatures of all its child nodes, allowing two parents to be efficiently compared for similarity.

(This can of course be done by calling code since the MinHash class exposes the signature, but it would be convenient if this was provided as a static method on the MinHash class itself.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions