Remove other neighbour sampling
This commit is contained in:
@@ -9,7 +9,7 @@ function startNeighbourSamplingSimulation() {
|
||||
simulation.stop();
|
||||
p1 = performance.now();
|
||||
|
||||
let force = d3.forceNeighbourSamplingDistance()
|
||||
let force = d3.forceNeighbourSampling()
|
||||
.neighbourSize(NEIGHBOUR_SIZE)
|
||||
.sampleSize(SAMPLE_SIZE)
|
||||
.distance(function (s, t) {
|
||||
|
||||
Reference in New Issue
Block a user