Example #1
0
 public float Distance(SparseVectorF x, float[] y)
 {
     return(x.ManhattanDistance(y, 0));
 }