Skip to content

Commit

Permalink
missing space in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Oct 6, 2023
1 parent 9a15d7c commit c423ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/raft/neighbors/cagra_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ struct index_params : ann::index_params {
size_t graph_degree = 64;
/** ANN algorithm to build knn graph. */
graph_build_algo build_algo = graph_build_algo::IVF_PQ;
/**Number of Iterations to run if building with NN_DESCENT*/
/** Number of Iterations to run if building with NN_DESCENT */
size_t nn_descent_niter = 20;
};

Expand Down

0 comments on commit c423ea5

Please sign in to comment.