toF64Array

fun <Error class: unknown class><Number>.toF64Array(): F64FlatArray

Converts a DataColumn to an F64FlatArray.

Since

1.4.0


fun <Error class: unknown class>.toF64Array(): F64Array

Converts an NDArray to an F64Array.

Since

1.6.0


fun <Error class: unknown class>.toF64Array(): F64FlatArray

Converts an Embedding to an F64FlatArray.

Since

1.4.0


fun <Error class: unknown class>.toF64Array(scale: Boolean = true): F64ImageArray

Converts a Mat to an F64Array.

The resulting F64Array will always contain 4 channels.

Return

The F64Array converted from the Mat. See F64Array.Companion.fromImage for the format.

Since

1.4.0

Parameters

scale

Whether to scale the values (useful for images, not for other Mats)