Sha256: 49b5d0c4f2c4c4fac0d553314cdf95539894d29db43f2500c4818620226c7113
Contents?: true
Size: 329 Bytes
Versions: 24
Compression:
Stored size: 329 Bytes
Contents
module Picky module Generators # Uses a logarithmic algorithm as default. # class WeightsGenerator < Base # Generate a weights index based on the given inverted index. # def generate strategy = Weights::Logarithmic.new strategy.generate_from self.inverted end end end end
Version data entries
24 entries across 24 versions & 1 rubygems