Skip to content

Enhancement Proposal: Metadata Handling in Mapper Graph #143

Description

@lucasimi

Current Situation: The nodes of the mapper graph currently store the IDs of the points contained within them. However, this information is not always necessary.

Proposed Improvement:

  • Optional Node Metadata: Allow flexibility in storing point IDs within nodes based on user needs.

  • Optional Edge Metadata: Include additional metadata on edges, such as the cardinality of clusters' intersections or other metrics like the Jaccard index, to provide more insightful information. Consider also approximate solutions as trade offs (for example MinHash for Jaccard) if they are feasible.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions