MultiVectorValues Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents a collection of vector values indexed by names.
public class MultiVectorValues : VectorValues
Inherited Members
Constructors
| Name | Description |
|---|---|
| MultiVectorValues(IDictionary<string, float[]>) | Initializes a new instance of the MultiVectorValues class with the specified indexed vectors. |
Properties
| Name | Description |
|---|---|
| IndexNameToVector | Gets the dictionary containing index names and their corresponding vector values. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current object. |