Namespace: WordsMatching

Class BipartiteMatcher

System.Object
  |
  +-- WordsMatching.BipartiteMatcher

public class BipartiteMatcher
extends System.Object

Static
False
Persistent
False
summary
Summary description for StringMatcher.
Sealed
False
Abstract
False

Property Summary
  public  float Score
 
 

Constructor Summary
BipartiteMatcher(string left, string right, float[ , ] cost)
 
 

Method Summary
  public float GetMatches()
 
  public float GetScore()
 
 

Property Detail

Score

public float Score
Has getter
True
Static
False
Virtual
False
Type
float
Extern
False
New
False
Has setter
False
Override
False
Sealed
False
Abstract
False

Constructor Detail

BipartiteMatcher

public void BipartiteMatcher(string left, string right, float[ , ] cost)
Static
False
Extern
False

Method Detail

GetMatches

public float GetMatches()
Returns
float[]
Nullable
False
Virtual
False
New
False
Sealed
False
Extern
False
Override
False
Abstract
False
Static
False

GetScore

public float GetScore()
Returns
float
Nullable
False
Virtual
False
New
False
Sealed
False
Extern
False
Override
False
Abstract
False
Static
False