Esempio n. 1
0
 protected override double Distance(int[] a, int[] b)
 {
     return(TwoSPUtils.Distance(Instance, a, b));
 }