[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:
shaoyue 2021-11-18 19:21:27 +08:00 committed by GitHub
parent fc6bc48e3b
commit acef6b9750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
)