Interface DistanceType
-
public interface DistanceType
-
-
Field Detail
-
COSINE
static final String COSINE
- See Also:
- Constant Field Values
-
DOT
static final String DOT
- See Also:
- Constant Field Values
-
L2_SQUARED
static final String L2_SQUARED
- See Also:
- Constant Field Values
-
HAMMING
static final String HAMMING
- See Also:
- Constant Field Values
-
MANHATTAN
static final String MANHATTAN
- See Also:
- Constant Field Values
-
-