mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comments for exported item in calc_distance.go (#12088)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
parent
fc6bc48e3b
commit
acef6b9750
@ -26,11 +26,11 @@ const (
|
||||
HAMMING = "HAMMING"
|
||||
// TANIMOTO represents the tanimoto distance
|
||||
TANIMOTO = "TANIMOTO"
|
||||
// JACCARD
|
||||
// JACCARD in string
|
||||
JACCARD = "JACCARD"
|
||||
// SUPERSTRUCTURE
|
||||
// SUPERSTRUCTURE in string
|
||||
SUPERSTRUCTURE = "SUPERSTRUCTURE"
|
||||
// SUBSTRUCTURE
|
||||
// SUBSTRUCTURE in string
|
||||
SUBSTRUCTURE = "SUBSTRUCTURE"
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user