Remove from "TO WRITE" readme

This commit is contained in:
Pitchaya Boonsarngsuk
2018-02-10 16:26:17 +00:00
parent 95c6a077c2
commit b88d3c9bfa

View File

@@ -143,7 +143,7 @@ If *threshold* is specified, sets a threshold and returns this force. When the a
If *handler* is specified, sets a handler function which will be called at the end of each iteration if the average velocity changes of the system goes below the [threshold](#neighbourSampling_stableVelocity), and returns this force. To remove the handler, change it to null. If *threshold* is not specified, returns the current value, which defaults to null.
### Hybrid Layout Simulation - TO WRITE
### Hybrid Layout Simulation
The hybrid layout algorithm reduces the computation power usage even further by performing neighbour and sampling algorithm on only $\sqrt{n}$ sample subset of the data, and interpolating the rest in. Neighbour and sampling algorithm may also be ran again over the full dataset after the interpolation to refine the layout. This algorithm is only recommended for visualizing larger dataset.