Skip to content

Improve _build_hdbscan_graphs #240

@paco-barreras

Description

@paco-barreras

This method should simply:

  1. Build a MST
  2. Add self-loops with the core_distance
  3. round edges (for efficiency) and sort

Can networkx do this faster and better? Can the core distances not be quickly computed at this stage?

The output: is it the same graph in two formats? can't networkx handle returning (and operating) on a single graph object?

Metadata

Metadata

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