MinHash
01 Syntax
Microsoft.VisualBasic.Math.HashMaps.MinHash.MinHash
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GenerateMinHashSignature | 1 | 生成MinHash签名 |
| CreateSequenceData | 1 | Compute minhash for a given sequence |
03 Members
GenerateMinHashSignature(
HashSet(Of String), Int32)生成MinHash签名
Parameters
| Name | Type | Description |
|---|---|---|
shingles | HashSet(Of String) | - |
Num_HashFunctions | Int32 | MinHash签名长度 |
CreateSequenceData(
IEnumerable(Of String), Int32, Int32)Compute minhash for a given sequence
Parameters
| Name | Type | Description |
|---|---|---|
items | IEnumerable(Of String) | 对字符串序列进行n-gram切片后的结果 |
id | Int32 | sequence id |