block_setup_v2: Function that divides all records into bins using locality...

Description Usage Arguments Value Examples

View source: R/tlsh.R

Description

import blink

Usage

1
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

1
2
r.set <- RLdata500[1:3,c(-2)]
block_setup_v2(r.set = RLdata500[1:3,c(-2)], b=22, save_signature=FALSE, k=2)

tlsh documentation built on Nov. 16, 2020, 9:15 a.m.