powered by
Function that applies a hash function to each column of the band from the signature matrix import bit64
my_hash(a_band)
Band from the signature matrix M
a 64 bit integer
# NOT RUN { band1 <- c(2,1,2,1,2) band2 <- c(4,5,2,1,9) combined_band <- rbind(band1,band2) my_hash(combined_band) # }
Run the code above in your browser using DataLab