Compute and Compare Lempel-Ziv Jaccard (LZJD) Similarity Hashes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
425 B

#' Compute and Compare Lempel-Ziv Jaccard (LZJD) Similarity Hashes
#'
#' The Lempel-Ziv Jaccard Distance (LZJD) is a method to measure the similarity between binary byte sequences.
#' Tools are provided that wrap Java methods by Raff et al, (2017) <arXiv:1708.03346v2> for computing
#' and comparing LZJD hashes.
#'
#' @md
#' @name lizzard
#' @keywords internal
#' @author Bob Rudis (bob@@rud.is)
#' @import rJava
"_PACKAGE"