예제 #1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="DiceCoefficient{T}" /> class.
 /// </summary>
 public DiceCoefficient()
 {
     _qgramLength = TypeConversion.GetQgramLength <T>();
 }
예제 #2
0
 public QGramSet()
 {
     _qGramsDictionary = new Dictionary <string, int>();
     QGramLength       = TypeConversion.GetQgramLength <T>();
 }