pub fn write_knn_graph(path: &Path, graph: &KnnGraph) -> Result<(), KnnError>
Write a KnnGraph to path (creates/overwrites the file).
KnnGraph
path