HLLOperation GetSimilarity Method Aerospike
Create HLL getSimilarity operation. Server returns estimated similarity of these HLL objects. Return type is a double.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.7.0 (3.9.7)
Syntax

Parameters

binName
Type: System String
name of bin
list
Type: System.Collections.Generic IList HLLValue 
list of HLL objects
See Also