VectorValues Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents a base class for collection of vector values.
public abstract class VectorValues
Inherited Members
Methods
| Name | Description |
|---|---|
| Of(IDictionary<string, float[]>) | Creates a new instance of the VectorValues class with multiple vectors indexed by names. |
| Of(float[]) | Creates a new instance of the VectorValues class with a single vector. |
| Of(params (string indexName, float[] vector)[]) | Creates a new instance of the VectorValues class with multiple vectors indexed by names. |