แก้ coding style ภาค 2

This commit is contained in:
Pitchaya Boonsarngsuk
2018-03-22 16:12:25 +00:00
parent 2256af7448
commit 0cdd927444
12 changed files with 160 additions and 130 deletions

View File

@@ -1,17 +1,17 @@
export {default as forceNeighbourSampling}
from "./src/neighbourSampling";
from './src/neighbourSampling';
export { default as forceBarnesHut}
from "./src/barnesHut";
from './src/barnesHut';
export { default as tSNE}
from "./src/t-sne";
from './src/t-sne';
export { default as forceLinkCompleteGraph}
from "./src/link";
from './src/link';
export { default as hybridSimulation}
from "./src/hybridSimulation";
from './src/hybridSimulation';
export { getStress as calculateStress }
from "./src/stress";
from './src/stress';