Files
d3-spring-model/index.js
Pitchaya Boonsarngsuk c96dd51d24 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)
2018-01-24 21:44:10 +00:00

21 lines
523 B
JavaScript

/*
export {default as forceNeighbourSampling}
from "./src/neighbourSampling";
export {default as forceNeighbourSamplingPre}
from "./src/neighbourSamplingPre";
*/
export {default as forceNeighbourSamplingDistance}
from "./src/neighbourSamplingDistance";
export { default as forceBarnesHut}
from "./src/barnesHut";
export { default as tSNE}
from "./src/t-sne";
export { default as forceLinkTweaked}
from "./src/link";
export { default as hybridSimulation}
from "./src/hybridSimulation";