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.