squareDistance

open override fun squareDistance(a: FloatArray, b: FloatArray): Float

Returns the sum of squared differences of the two vectors.


open override fun squareDistance(a: ByteArray, b: ByteArray): Int

Returns the sum of squared differences of the two byte vectors.