Unexpose other algorithms

This commit is contained in:
Pitchaya Boonsarngsuk
2018-01-31 21:11:28 +00:00
parent 961c94391c
commit 2b5ad08157

View File

@@ -6,13 +6,13 @@ export {default as forceNeighbourSamplingPre}
*/
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 forceLinkFullyConnected}
from "./src/link";