เปลี่ยนค่าเริ่มต้นสำหรับ neighbour

This commit is contained in:
Pitchaya Boonsarngsuk
2018-02-02 10:16:27 +00:00
parent e330b029d7
commit 0fe075d4ba
4 changed files with 20 additions and 20 deletions

View File

@@ -16,8 +16,8 @@ export default function () {
var neighbours = [],
distance = constant(300),
nodes,
neighbourSize = 6,
sampleSize = 3,
neighbourSize = 10,
sampleSize = 10,
stableVelocity = 0,
stableVeloHandler = null,
dataSizeFactor;