예제 #1
0
 public QueryFingerprintService(IScoreAlgorithm scoreAlgorithm, IQueryMath queryMath)
 {
     this.scoreAlgorithm = scoreAlgorithm;
     this.queryMath      = queryMath;
 }