com.klibisz.elastiknn.api4j.Similarity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-java Show documentation
Show all versions of client-java Show documentation
Java APIs for Elastiknn, intended for use with Elasticsearch REST clients
package com.klibisz.elastiknn.api4j;
public enum Similarity {
JACCARD,
HAMMING,
L1,
L2,
ANGULAR
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy