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))
SourceInstance methods
default_weight
Sourcemin_words
Sourcenum_bands
Sourcerows_per_band
Sourceshingle_size
Sourcesignature_size
Source