//! Module containing the initial data to generate the embedding. This includes
//! generation of the kNN graphs, modifications of these prior to usage in the
//! different methods, structures to store the data (+ helpers) and also
//! synthetic data.
pubmodgraph;pubmodinit;pubmodnearest_neighbours;pubmodpacmap_pairs;pubmodstructures;pubmodsynthetic;#[cfg(feature ="gpu")]pubmodnearest_neighbours_gpu;