[][src]Function appr_dbscan::data_io::write_to_bmp

pub fn write_to_bmp<P, const D: usize>(file_name: &P, res: &DBSCANResult<D>) where
    P: AsRef<Path>, 

Same as write_to_bmp_vec but takes in input a DBSCANResult where each point is a fixed length array.