First time here? Check out the FAQ!
answered 2017-04-05 01:24:41 -0600
the comparison can be done with a simple norm()
like:
double distance = norm( a, b, Core.NORM_L1 );