l2Distance

infix fun <Error class: unknown class><F64FlatArray>.l2Distance(other: <Error class: unknown class><F64FlatArray>): <Error class: unknown class><Float>

Calculates the L2 distance between this and some other column.

Since

1.4.0


infix fun <Error class: unknown class><F64FlatArray>.l2Distance(other: F64FlatArray): <Error class: unknown class><Float>

Calculates the L2 distance between this and some other vector.

Since

1.4.0