cosineDistance

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

Calculates the cosine distance between this and some other column.

Since

1.4.0


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

Calculates the cosine distance between this and some other vector.

Since

1.4.0