We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09611a commit 350ee82Copy full SHA for 350ee82
cpp/include/cuvs/cluster/kmeans.hpp
@@ -103,7 +103,9 @@ struct params : base_params {
103
raft::random::RngState rng_state{0};
104
105
/**
106
- * Number of instance k-means algorithm will be run with different seeds.
+ * Number of instance k-means algorithm will be run with different seeds. For MiniBatch mode,
107
+ * this is the number of different initializations to try, but the algorithm is only run once with
108
+ * the best initialization.
109
*/
110
int n_init = 1;
111
0 commit comments