Type Alias PbDistanceType

Source
pub type PbDistanceType = DistanceType;

Aliased Type§

#[repr(i32)]
pub enum PbDistanceType { Unspecified = 0, L1 = 1, L2 = 2, Cosine = 3, InnerProduct = 4, }

Variants§

§

Unspecified = 0

§

L1 = 1

§

L2 = 2

§

Cosine = 3

§

InnerProduct = 4