Module org.elasticsearch.server
Interface CentroidSupplier
public interface CentroidSupplier
An interface for that supply centroids.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.index.FloatVectorValuesfloat[]centroid(int centroidOrdinal) static CentroidSupplierfromArray(float[][] centroids, int dims) intsize()
-
Method Details
-
size
int size() -
centroid
- Throws:
IOException
-
asFloatVectorValues
- Throws:
IOException
-
fromArray
-