We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec3dc4 commit 0d030a2Copy full SHA for 0d030a2
1 file changed
c/include/cuvs/cluster/kmeans.h
@@ -39,7 +39,7 @@ typedef enum {
39
40
/**
41
* @brief Hyper-parameters for the kmeans algorithm
42
- * NB: The inertia_check field is kept for ABI compatibility. Removed in cuvsKMeansParams_v1.
+ * NB: The inertia_check field is kept for ABI compatibility. Removed in cuvsKMeansParams_v06.
43
* CalVer for the replacement: 26.08
44
*/
45
struct cuvsKMeansParams {
@@ -123,7 +123,7 @@ struct cuvsKMeansParams {
123
124
125
126
- struct cuvsKMeansParams_v1 {
+ struct cuvsKMeansParams_v06 {
127
cuvsDistanceType metric;
128
129
0 commit comments