Skip to main content

analyze

Function analyze 

Source
pub fn analyze(
    conn: &Connection<'_>,
    embeddings_path: Option<&Path>,
    target: Option<&str>,
    focus: Focus,
    limit: usize,
) -> Result<Vec<Recommendation>>