DistResult
01 Syntax
Microsoft.VisualBasic.ComponentModel.Algorithm.DynamicProgramming.Levenshtein.DistResult
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToString | 1 | |
| IsPath | 1 | |
| CopyTo | 1 | |
| TrimMatrix | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| DistEdits | 1 | How doest the DistResult.Hypotheses evolve from DistResult.Reference.(这个结果描述了subject是如何变化成为Query的) |
| Distance | 1 | the edit distance |
| Score | 1 | 可以简单地使用这个数值来表述所比较的两个对象之间的相似度 |
| MatchSimilarity | 1 | m+ scores.(0-1之间) |
| NumMatches | 1 | 比对上的对象的数目 |
| Reference | 1 | |
| Hypotheses | 1 | |
| DistTable | 1 | |
| Path | 1 | |
| Matches | 1 |
04 Members
DistEdits
How doest the DistResult.Hypotheses evolve from DistResult.Reference.(这个结果描述了subject是如何变化成为Query的)
Distance
the edit distance
Score
可以简单地使用这个数值来表述所比较的两个对象之间的相似度
MatchSimilarity
m+ scores.(0-1之间)
NumMatches
比对上的对象的数目
Reference
Hypotheses
DistTable
Path
Matches
ToString()
IsPath(
Int32, Int32)CopyTo(
T)TrimMatrix(
Int32)