struct
Similarity::Signature
- Similarity::Signature
- Struct
- Value
- Object
Overview
A MinHash signature for a document
Defined in:
similarity.crConstructors
- .from_json(json : JSON::PullParser) : self
- .new(post_link : String, post_title : String, hash_values : Array(Int32), post_base : String)
Instance Method Summary
- #hash_values : Array(Int32)
- #hash_values=(hash_values : Array(Int32))
- #post_base : String
- #post_base=(post_base : String)
- #post_link : String
- #post_link=(post_link : String)
- #post_title : String
- #post_title=(post_title : String)
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(post_link : String, post_title : String, hash_values : Array(Int32), post_base : String)
#