Skip to content

Commit

Permalink
Merge pull request #1098 from yangj1211/mo_ctl
Browse files Browse the repository at this point in the history
add doc of mo_ctl
  • Loading branch information
yangj1211 authored Jul 12, 2024
2 parents 102fe3c + 0a4224f commit a1c90f3
Show file tree
Hide file tree
Showing 4 changed files with 615 additions and 300 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SELECT cluster_centers(col kmeans 'k, op_type, init_type, normalize') FROM tbl;
| col | 必需的。要确定聚类中心的向量列。|
| k | 必需的。要将数据集分成的簇的数量,大于 0,小于等于总行数。|
| op_type| 必需的。在聚类计算过程中使用的距离函数。目前支持 vector_l2_ops。|
| init_type | 必需的。要使用的初始化聚类中心算法。目前我们支持 random 和 kmeanspluspus(K-means++)。|
| init_type | 必需的。要使用的初始化聚类中心算法。目前我们支持 random 和 kmeansplusplus(K-means++)。|
| normalize | 必需的。布尔值,要使用的聚类算法,true 代表 Spherical Kmeans,false 代表 Regular Kmeans。|

## 示例
Expand Down
Loading

0 comments on commit a1c90f3

Please sign in to comment.