Module org.elasticsearch.server
Interface CentroidSupplier
public interface CentroidSupplier
An interface for that supply centroids.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfloat[]centroid(int centroidOrdinal) static CentroidSupplierfromArray(float[][] centroids) intsize()
-
Field Details
-
EMPTY
-
-
Method Details
-
size
int size() -
centroid
- Throws:
IOException
-
fromArray
-