Change license and package name

This commit is contained in:
Pitchaya Boonsarngsuk
2018-01-31 18:36:50 +00:00
parent fa80339df0
commit 53d7ffd02e

View File

@@ -1,4 +1,4 @@
# d3-neighbour-sampling
# d3-spring-model
This module implements Chalmers' 1996 Neighbour and Sampling algorithm for drawing the force-directed layouts. It is a linear time algorithm that uses stochastic sampling to find the best neighbours for high-dimensional data and creates the layout in 2 dimensions.
@@ -64,4 +64,4 @@ Returns the stress of the layout.
<a name="neighbourSampling_velocity" href="#neighbourSampling_velocity">#</a> <i>neighbourSampling</i>.<b>velocity</b>() [<>](https://github.com/sReeper/d3-neighbour-sampling/blob/master/src/neighbourSampling.js#L238 "Source")
Returns the average velocity of the iteration.
Returns the average velocity of the iteration.