Similarity::Signature
Inherits Struct / Value / Object
A MinHash signature for a document
Constructors
from_json(json : JSON::PullParser) : self
new(post_link : String, post_title : String, hash_values : Array(Int32), post_base : String)
Instance methods
hash_values
hash_values=(hash_values : Array(Int32))
post_base
post_base=(post_base : String)
post_link
post_link=(post_link : String)
post_title
post_title=(post_title : String)
to_json(json : JSON::Builder)