HLLOperationGetSimilarity Method
Create HLL getSimilarity operation.
Server returns estimated similarity of these HLL objects. Return type is a double.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 6.0.1
public static Operation GetSimilarity(
string binName,
IList<ValueHLLValue> list
)
- binName String
- name of bin
- list IListValueHLLValue
- list of HLL objects
Operation