pub unsafe extern "C" fn faiss_Index_train(
    index: *mut FaissIndex,
    n: idx_t,
    x: *const f32
) -> c_int
Expand description

Perform training on a representative set of vectors

@param index opaque pointer to index object @param n nb of training vectors @param x training vectors, size n * d