All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.stepstone.search.hnswlib.jna.SpaceName Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
package com.stepstone.search.hnswlib.jna;

/**
 * Space names available in the native implementation.
 */
public enum SpaceName { L2, IP, COSINE /* requires normalized arrays */ }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy