Separate a Link Force with optimization
This commit is contained in:
36
index.js
36
index.js
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user