struct

LexisMinhash::Engine::Config

Inherits Struct < Value < Object

Immutable engine configuration used for pure/functional APIs.

Constructors

new(signature_size : Int32, num_bands : Int32, rows_per_band : Int32, shingle_size : Int32, min_words : Int32, default_weight : Float64, a : Slice(UInt64), b : Slice(UInt64))
Source

Instance methods

default_weight
Source
min_words
Source
num_bands
Source
rows_per_band
Source
shingle_size
Source
signature_size
Source