struct

Similarity::Signature

Inherits Struct < Value < Object

A MinHash signature for a document

Constructors

from_json(json : JSON::PullParser) : self
Source
new(post_link : String, post_title : String, hash_values : Array(Int32), post_base : String)
Source

Instance methods

hash_values
Source
hash_values=(hash_values : Array(Int32))
Source
post_base
Source
post_base=(post_base : String)
Source
post_link
Source
post_link=(post_link : String)
Source
post_title
Source
post_title=(post_title : String)
Source
to_json(json : JSON::Builder)
Source