Change license and package name
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user