Skip to contents

Function converts a R array into a numpy array that can be added to an arrow data set. The array should represent embeddings.

Usage

prepare_r_array_for_dataset(r_array)

Arguments

r_array

array representing embeddings.

Value

Returns a numpy array.