nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / DistResult

DistResult

Full name Microsoft.VisualBasic.ComponentModel.Algorithm.DynamicProgramming.Levenshtein.DistResult Assembly Microsoft.VisualBasic.Runtime Members 14

01 Syntax

Microsoft.VisualBasic.ComponentModel.Algorithm.DynamicProgramming.Levenshtein.DistResult

02 Methods

NameOverloadsSummary
ToString 1
IsPath 1
CopyTo 1
TrimMatrix 1

03 Properties

NameOverloadsSummary
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

property DistEdits #
DistEdits

How doest the DistResult.Hypotheses evolve from DistResult.Reference.(这个结果描述了subject是如何变化成为Query的)

property Distance #
Distance

the edit distance

property Score #
Score

可以简单地使用这个数值来表述所比较的两个对象之间的相似度

property MatchSimilarity #
MatchSimilarity

m+ scores.(0-1之间)

property NumMatches #
NumMatches

比对上的对象的数目

property Reference #
Reference
property Hypotheses #
Hypotheses
property DistTable #
DistTable
property Path #
Path
property Matches #
Matches
method ToString #
ToString()
method IsPath #
IsPath(Int32, Int32)
method CopyTo #
CopyTo(T)
method TrimMatrix #
TrimMatrix(Int32)