[][src]Function bhtsne::wite_csv

pub fn wite_csv(file_path: &str, embedding: Vec<f64>, dims: usize)

Writes the embedding to a csv file.

Arguments

  • file_path - An &str that specifies the path of the file to load the data from.

  • embedding- An &mut [f64] where the embedding is stored.

  • dims - A usize representing the dimension of the embedding's space. If the emdedding's space has more than three or less than two dimensions the resultant file won't have headers.