Skip to main content

build_base_vector

Function build_base_vector 

Source
pub fn build_base_vector(
    named_vecs: &[Vec<f32>],
    free_text_vec: Option<&[f32]>,
    named_weight: f32,
) -> Result<Vec<f32>, VecGraphError>