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.
 
 
 
 

9 lines
218 B

# Generated by roxygen2: do not edit by hand
S3method(as.character,lzjd_hash)
S3method(print,lzjd_hash)
export(as_lzjd_hash)
export(compute_distance)
export(compute_similarity)
export(min_hash_for_file)
import(rJava)