Separate a Link Force with optimization

This commit is contained in:
Pitchaya Boonsarngsuk
2018-01-24 21:23:25 +00:00
parent 36ddbd13c4
commit 89bc947409
4 changed files with 80 additions and 124 deletions

View File

@@ -1,28 +1,20 @@
/*export {
default as forceNeighbourSampling
}
/*
export {default as forceNeighbourSampling}
from "./src/neighbourSampling";
export {
default as forceNeighbourSamplingPre
}
from "./src/neighbourSamplingPre";*/
export {
default as forceNeighbourSamplingDistance
}
export {default as forceNeighbourSamplingPre}
from "./src/neighbourSamplingPre";
*/
export {default as forceNeighbourSamplingDistance}
from "./src/neighbourSamplingDistance";
export {
default as forceBarnesHut
}
export { default as forceBarnesHut}
from "./src/barnesHut";
export {
default as tSNE
}
export { default as tSNE}
from "./src/t-sne";
export {
default as forceLink
}
export { default as forceLinkOptimized}
from "./src/link";
export {
default as hybridSimulation
}
export { default as hybridSimulation}
from "./src/hybridSimulation";