Type Alias PbDistanceType

Source
pub type PbDistanceType = DistanceType;

Aliased Type§

enum PbDistanceType {
    Unspecified = 0,
    L1 = 1,
    L2 = 2,
    Cosine = 3,
    InnerProduct = 4,
}

Variants§

§

Unspecified = 0

§

L1 = 1

§

L2 = 2

§

Cosine = 3

§

InnerProduct = 4