Skip to content

Sparse matrix support #33

@sina-mansour

Description

@sina-mansour

As detailed in the documentation, handling dense structures can be computationally burdensome. Essentially, an increase in the number of nodes may introduce complexities due to the cubic growth of the distance matrix size.

I particularly had a feature request, which might very well be already available but not explained in the documentation. I was wondering if brainsmash can also accept scipy.sparse distance matrices (or possibly inverses of distance such that zero would denote very long distances). This would result in a potentially considerable computational speedup and also reduce storage requirements for the dense distance matrix.

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