Add entry to select between normal and tweaked Link Force

- Tweaked link force should initialize and perform the calculation a tiny bit faster (maybe insignificant)
This commit is contained in:
Pitchaya Boonsarngsuk
2018-01-24 21:42:48 +00:00
parent 89bc947409
commit c96dd51d24
5 changed files with 20 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ export { default as forceBarnesHut}
export { default as tSNE}
from "./src/t-sne";
export { default as forceLinkOptimized}
export { default as forceLinkTweaked}
from "./src/link";
export { default as hybridSimulation}