未验证 提交 acef6b97 编写于 作者: S shaoyue 提交者: GitHub

[skip ci] Add comments for exported item in calc_distance.go (#12088)

Signed-off-by: Nshaoyue.chen <shaoyue.chen@zilliz.com>
上级 fc6bc48e
...@@ -26,11 +26,11 @@ const ( ...@@ -26,11 +26,11 @@ const (
HAMMING = "HAMMING" HAMMING = "HAMMING"
// TANIMOTO represents the tanimoto distance // TANIMOTO represents the tanimoto distance
TANIMOTO = "TANIMOTO" TANIMOTO = "TANIMOTO"
// JACCARD // JACCARD in string
JACCARD = "JACCARD" JACCARD = "JACCARD"
// SUPERSTRUCTURE // SUPERSTRUCTURE in string
SUPERSTRUCTURE = "SUPERSTRUCTURE" SUPERSTRUCTURE = "SUPERSTRUCTURE"
// SUBSTRUCTURE // SUBSTRUCTURE in string
SUBSTRUCTURE = "SUBSTRUCTURE" SUBSTRUCTURE = "SUBSTRUCTURE"
) )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册