@@ -113,7 +113,7 @@ TODO: Evaluate replacing the extent type with int64_t. Reference issue: https://
113113
114114_ Source: ` cpp/include/cuvs/cluster/kmeans.hpp:217 ` _
115115
116- ### cuvs::cluster::kmeans::fit
116+ ** Additional overload: ** ` cuvs::cluster::kmeans::fit `
117117
118118Find clusters with k-means algorithm using batched processing of host data.
119119
@@ -145,7 +145,7 @@ raft::host_scalar_view<int64_t> n_iter);
145145
146146_Source: `cpp/include/cuvs/cluster/kmeans.hpp:228`_
147147
148- ### cuvs::cluster::kmeans::fit
148+ **Additional overload:** ` cuvs::cluster::kmeans::fit`
149149
150150Find clusters with k-means algorithm.
151151
@@ -179,7 +179,7 @@ Initial centroids are chosen with k-means++ algorithm. Empty clusters are reinit
179179
180180_ Source: ` cpp/include/cuvs/cluster/kmeans.hpp:278 ` _
181181
182- ### cuvs::cluster::kmeans::fit
182+ ** Additional overload: ** ` cuvs::cluster::kmeans::fit `
183183
184184Find clusters with k-means algorithm.
185185
@@ -213,7 +213,7 @@ Initial centroids are chosen with k-means++ algorithm. Empty clusters are reinit
213213
214214_Source: `cpp/include/cuvs/cluster/kmeans.hpp:329`_
215215
216- ### cuvs::cluster::kmeans::fit
216+ **Additional overload:** ` cuvs::cluster::kmeans::fit`
217217
218218Find clusters with k-means algorithm.
219219
@@ -247,7 +247,7 @@ Initial centroids are chosen with k-means++ algorithm. Empty clusters are reinit
247247
248248_ Source: ` cpp/include/cuvs/cluster/kmeans.hpp:379 ` _
249249
250- ### cuvs::cluster::kmeans::fit
250+ ** Additional overload: ** ` cuvs::cluster::kmeans::fit `
251251
252252Find clusters with k-means algorithm.
253253
@@ -281,7 +281,7 @@ Initial centroids are chosen with k-means++ algorithm. Empty clusters are reinit
281281
282282_Source: `cpp/include/cuvs/cluster/kmeans.hpp:430`_
283283
284- ### cuvs::cluster::kmeans::fit
284+ **Additional overload:** ` cuvs::cluster::kmeans::fit`
285285
286286Find clusters with k-means algorithm.
287287
@@ -315,7 +315,7 @@ Initial centroids are chosen with k-means++ algorithm. Empty clusters are reinit
315315
316316_ Source: ` cpp/include/cuvs/cluster/kmeans.hpp:480 ` _
317317
318- ### cuvs::cluster::kmeans::fit
318+ ** Additional overload: ** ` cuvs::cluster::kmeans::fit `
319319
320320Find balanced clusters with k-means algorithm.
321321
@@ -343,7 +343,7 @@ std::optional<raft::host_scalar_view<float>> inertia = std::nullopt);
343343
344344_Source: `cpp/include/cuvs/cluster/kmeans.hpp:520`_
345345
346- ### cuvs::cluster::kmeans::fit
346+ **Additional overload:** ` cuvs::cluster::kmeans::fit`
347347
348348Find balanced clusters with k-means algorithm.
349349
@@ -371,7 +371,7 @@ std::optional<raft::host_scalar_view<float>> inertia = std::nullopt);
371371
372372_ Source: ` cpp/include/cuvs/cluster/kmeans.hpp:557 ` _
373373
374- ### cuvs::cluster::kmeans::fit
374+ ** Additional overload: ** ` cuvs::cluster::kmeans::fit `
375375
376376Find balanced clusters with k-means algorithm.
377377
@@ -399,7 +399,7 @@ std::optional<raft::host_scalar_view<float>> inertia = std::nullopt);
399399
400400_Source: `cpp/include/cuvs/cluster/kmeans.hpp:594`_
401401
402- ### cuvs::cluster::kmeans::fit
402+ **Additional overload:** ` cuvs::cluster::kmeans::fit`
403403
404404Find balanced clusters with k-means algorithm.
405405
@@ -461,7 +461,7 @@ raft::host_scalar_view<float> inertia);
461461
462462_Source: `cpp/include/cuvs/cluster/kmeans.hpp:686`_
463463
464- ### cuvs::cluster::kmeans::predict
464+ **Additional overload:** ` cuvs::cluster::kmeans::predict`
465465
466466Predict the closest cluster each sample in X belongs to.
467467
@@ -495,7 +495,7 @@ raft::host_scalar_view<float> inertia);
495495
496496_ Source: ` cpp/include/cuvs/cluster/kmeans.hpp:753 ` _
497497
498- ### cuvs::cluster::kmeans::predict
498+ ** Additional overload: ** ` cuvs::cluster::kmeans::predict `
499499
500500Predict the closest cluster each sample in X belongs to.
501501
@@ -529,7 +529,7 @@ raft::host_scalar_view<double> inertia);
529529
530530_Source: `cpp/include/cuvs/cluster/kmeans.hpp:811`_
531531
532- ### cuvs::cluster::kmeans::predict
532+ **Additional overload:** ` cuvs::cluster::kmeans::predict`
533533
534534Predict the closest cluster each sample in X belongs to.
535535
@@ -563,7 +563,7 @@ raft::host_scalar_view<double> inertia);
563563
564564_ Source: ` cpp/include/cuvs/cluster/kmeans.hpp:869 ` _
565565
566- ### cuvs::cluster::kmeans::predict
566+ ** Additional overload: ** ` cuvs::cluster::kmeans::predict `
567567
568568Predict the closest cluster each sample in X belongs to.
569569
@@ -591,7 +591,7 @@ raft::device_vector_view<uint32_t, int64_t> labels);
591591
592592_Source: `cpp/include/cuvs/cluster/kmeans.hpp:916`_
593593
594- ### cuvs::cluster::kmeans::predict
594+ **Additional overload:** ` cuvs::cluster::kmeans::predict`
595595
596596Predict the closest cluster each sample in X belongs to.
597597
@@ -619,7 +619,7 @@ raft::device_vector_view<int, int64_t> labels);
619619
620620_ Source: ` cpp/include/cuvs/cluster/kmeans.hpp:960 ` _
621621
622- ### cuvs::cluster::kmeans::predict
622+ ** Additional overload: ** ` cuvs::cluster::kmeans::predict `
623623
624624Predict the closest cluster each sample in X belongs to.
625625
@@ -647,7 +647,7 @@ raft::device_vector_view<int, int64_t> labels);
647647
648648_Source: `cpp/include/cuvs/cluster/kmeans.hpp:1004`_
649649
650- ### cuvs::cluster::kmeans::predict
650+ **Additional overload:** ` cuvs::cluster::kmeans::predict`
651651
652652Predict the closest cluster each sample in X belongs to.
653653
@@ -675,7 +675,7 @@ raft::device_vector_view<uint32_t, int64_t> labels);
675675
676676_ Source: ` cpp/include/cuvs/cluster/kmeans.hpp:1048 ` _
677677
678- ### cuvs::cluster::kmeans::predict
678+ ** Additional overload: ** ` cuvs::cluster::kmeans::predict `
679679
680680Predict the closest cluster each sample in X belongs to.
681681
@@ -703,7 +703,7 @@ raft::device_vector_view<uint32_t, int64_t> labels);
703703
704704_Source: `cpp/include/cuvs/cluster/kmeans.hpp:1092`_
705705
706- ### cuvs::cluster::kmeans::predict
706+ **Additional overload:** ` cuvs::cluster::kmeans::predict`
707707
708708Predict the closest cluster each sample in X belongs to.
709709
@@ -767,7 +767,7 @@ in the input.
767767
768768_Source: `cpp/include/cuvs/cluster/kmeans.hpp:1188`_
769769
770- ### cuvs::cluster::kmeans::fit_predict
770+ **Additional overload:** ` cuvs::cluster::kmeans::fit_predict`
771771
772772Compute k-means clustering and predicts cluster index for each sample
773773
@@ -803,7 +803,7 @@ in the input.
803803
804804_ Source: ` cpp/include/cuvs/cluster/kmeans.hpp:1243 ` _
805805
806- ### cuvs::cluster::kmeans::fit_predict
806+ ** Additional overload: ** ` cuvs::cluster::kmeans::fit_predict `
807807
808808Compute k-means clustering and predicts cluster index for each sample
809809
@@ -839,7 +839,7 @@ in the input.
839839
840840_Source: `cpp/include/cuvs/cluster/kmeans.hpp:1298`_
841841
842- ### cuvs::cluster::kmeans::fit_predict
842+ **Additional overload:** ` cuvs::cluster::kmeans::fit_predict`
843843
844844Compute k-means clustering and predicts cluster index for each sample
845845
@@ -875,7 +875,7 @@ in the input.
875875
876876_ Source: ` cpp/include/cuvs/cluster/kmeans.hpp:1353 ` _
877877
878- ### cuvs::cluster::kmeans::fit_predict
878+ ** Additional overload: ** ` cuvs::cluster::kmeans::fit_predict `
879879
880880Compute balanced k-means clustering and predicts cluster index for each sample
881881
@@ -905,7 +905,7 @@ in the input.
905905
906906_Source: `cpp/include/cuvs/cluster/kmeans.hpp:1400`_
907907
908- ### cuvs::cluster::kmeans::fit_predict
908+ **Additional overload:** ` cuvs::cluster::kmeans::fit_predict`
909909
910910Compute balanced k-means clustering and predicts cluster index for each sample
911911
@@ -963,7 +963,7 @@ raft::device_matrix_view<float, int> X_new);
963963
964964_Source: `cpp/include/cuvs/cluster/kmeans.hpp:1463`_
965965
966- ### cuvs::cluster::kmeans::transform
966+ **Additional overload:** ` cuvs::cluster::kmeans::transform`
967967
968968Transform X to a cluster-distance space.
969969
@@ -1020,7 +1020,7 @@ std::optional<raft::device_vector_view<const float, int>> sample_weight = std::n
10201020
10211021_Source: `cpp/include/cuvs/cluster/kmeans.hpp:1503`_
10221022
1023- ### cuvs::cluster::kmeans::cluster_cost
1023+ **Additional overload:** ` cuvs::cluster::kmeans::cluster_cost`
10241024
10251025Compute cluster cost
10261026
@@ -1049,7 +1049,7 @@ std::optional<raft::device_vector_view<const double, int>> sample_weight = std::
10491049
10501050_ Source: ` cpp/include/cuvs/cluster/kmeans.hpp:1524 ` _
10511051
1052- ### cuvs::cluster::kmeans::cluster_cost
1052+ ** Additional overload: ** ` cuvs::cluster::kmeans::cluster_cost `
10531053
10541054Compute (optionally weighted) cluster cost
10551055
@@ -1078,7 +1078,7 @@ std::optional<raft::device_vector_view<const float, int64_t>> sample_weight = st
10781078
10791079_Source: `cpp/include/cuvs/cluster/kmeans.hpp:1545`_
10801080
1081- ### cuvs::cluster::kmeans::cluster_cost
1081+ **Additional overload:** ` cuvs::cluster::kmeans::cluster_cost`
10821082
10831083Compute (optionally weighted) cluster cost
10841084
0 commit comments