Skip to content

Commit 7810aac

Browse files
Add benchmark for Dual MST
Co-authored-by: Ioannis Panagiotas <ioannis.panagiotas@neotechnology.com>
1 parent 8d9ef86 commit 7810aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algo/src/main/java/org/neo4j/gds/hdbscan/DualTreeMSTAlgorithm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class DualTreeMSTAlgorithm extends Algorithm<HugeObjectArray<Edge>> {
4545
private final HugeObjectArray<Edge> edges;
4646
private long edgeCount = 0;
4747

48-
DualTreeMSTAlgorithm(
48+
public DualTreeMSTAlgorithm(
4949
NodePropertyValues nodePropertyValues,
5050
KdTree kdTree,
5151
HugeDoubleArray coreValues,

0 commit comments

Comments
 (0)