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: 4.0.1.0 (4.0.1)
Syntax
Parameters
- binName
- Type: System String
name of bin
- list
- Type: System.Collections.Generic IList Value HLLValue
list of HLL objects
See Also