C# Class RTDealsScanerEngine.Similarity

显示文件 Open project: jediskywalker/RTDeals Class Usage Examples

Public Methods

Method Description
LD ( String str1, String str2 ) : int
sim ( String str1, String str2 ) : double

Private Methods

Method Description
min ( int one, int two, int three ) : int

Method Details

LD() public method

public LD ( String str1, String str2 ) : int
str1 String
str2 String
return int

sim() public method

public sim ( String str1, String str2 ) : double
str1 String
str2 String
return double