Unexpose other algorithms
This commit is contained in:
4
index.js
4
index.js
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user