milvus-logo
LFAI
< Docs
  • Java
    • v1

MetricType

The enumeration for available metric types.

package io.milvus.param;
public enum MetricType

Type

Description

NONE

For internal usage.

L2

Euclidean distance. Only for float vectors.

IP

Inner product. Only for normalized float vectors.

COSINE

Cosine similarity. Only for float vectors

HAMMING

Only for binary vectors.

JACCARD

Only for binary vectors.

Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?