com.oracle.coherence.hnswlib.SpaceName Maven / Gradle / Ivy
/*
* Copyright (c) 2000, 2024, Oracle and/or its affiliates.
*
* Licensed under the Universal Permissive License v 1.0 as shown at
* https://oss.oracle.com/licenses/upl.
*/
package com.oracle.coherence.hnswlib;
/**
* Space names available in the native implementation.
*/
public enum SpaceName
{L2, IP, COSINE /* requires normalized arrays */}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy