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