Learn R Programming

tlsh (version 0.1.0)

block_setup_v2: Function that divides all records into bins using locality sensitive hashing and using TLSH (based upon community detection technique)

Description

import blink

Usage

block_setup_v2(r.set, b = 22, save_signature = FALSE, k = 5)

Arguments

r.set

Record set (shingled records)

b

Band

save_signature

Flag of whether or not to save the signature

k

Shingle size

Value

List of blocks where a particular index is the record id in the original data set

Examples

Run this code
# NOT RUN {
r.set <- RLdata500[1:3,c(-2)]
block_setup_v2(r.set = RLdata500[1:3,c(-2)], b=22, save_signature=FALSE, k=2)
# }

Run the code above in your browser using DataLab