C# 클래스 natix.SimilaritySearch.StringDiceSpace

String space
상속: StringSpace
파일 보기 프로젝트 열기: sadit/natix

공개 메소드들

메소드 설명
Dist ( object a, object b ) : double

Wrapper to the real string distance

StringDiceSpace ( ) : System

Constructor

메소드 상세

Dist() 공개 메소드

Wrapper to the real string distance
public Dist ( object a, object b ) : double
a object
b object
리턴 double

StringDiceSpace() 공개 메소드

Constructor
public StringDiceSpace ( ) : System
리턴 System