Skip to content
Prev 322947 / 398503 Next

Calculating distance matrix for large dataset

On 03.05.2013 15:36, David Carlson wrote:
Or to show how we can calculate it:
Or simpler speaking, you need to calculate 365000 * (365000-1) / 2 = 
66612317500 distances and with 8 bytes each, hence you need 66612317500 
* 8 = 532898540000 Bytes = 532898540000 / (1024)^3 GB ~= 496.3 Gb to 
store it in memory.

Best,
Uwe Ligges