Skip to content

Commit 0d030a2

Browse files
committed
change suffix of the params struct
1 parent dec3dc4 commit 0d030a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

c/include/cuvs/cluster/kmeans.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ typedef enum {
3939

4040
/**
4141
* @brief Hyper-parameters for the kmeans algorithm
42-
* NB: The inertia_check field is kept for ABI compatibility. Removed in cuvsKMeansParams_v1.
42+
* NB: The inertia_check field is kept for ABI compatibility. Removed in cuvsKMeansParams_v06.
4343
* CalVer for the replacement: 26.08
4444
*/
4545
struct cuvsKMeansParams {
@@ -123,7 +123,7 @@ struct cuvsKMeansParams {
123123
/**
124124
* @brief Hyper-parameters for the kmeans algorithm
125125
*/
126-
struct cuvsKMeansParams_v1 {
126+
struct cuvsKMeansParams_v06 {
127127
cuvsDistanceType metric;
128128

129129
/**

0 commit comments

Comments
 (0)