Searched refs:getL1Distance (Results 1 – 4 of 4) sorted by relevance
804 double getL1Distance(RealVector v); in getL1Distance() method819 double getL1Distance(double[] v); in getL1Distance() method
472 public double getL1Distance(OpenMapRealVector v) {494 public double getL1Distance(RealVector v) throws IllegalArgumentException {497 return getL1Distance((OpenMapRealVector) v);499 return getL1Distance(v.getData());504 public double getL1Distance(double[] v) throws IllegalArgumentException {
803 public double getL1Distance(RealVector v) in getL1Distance() method in ArrayRealVector806 return getL1Distance((ArrayRealVector) v); in getL1Distance()820 public double getL1Distance(double[] v) in getL1Distance() method in ArrayRealVector844 public double getL1Distance(ArrayRealVector v) in getL1Distance() method in ArrayRealVector846 return getL1Distance(v.data); in getL1Distance()
249 public double getL1Distance(RealVector v) throws IllegalArgumentException { in getL1Distance() method in AbstractRealVector261 public double getL1Distance(double[] v) throws IllegalArgumentException { in getL1Distance() method in AbstractRealVector