Build an LshIndex from an array of { deviceId, fingerprint } pairs.
{ deviceId, fingerprint }
Typically called with the output of adapter.getAllFingerprints() (after deduplication to the latest snapshot per device).
adapter.getAllFingerprints()
Array of { deviceId, fingerprint } objects.
Optional
Optional tuning parameters.
A populated LSH index.
Build an LshIndex from an array of
{ deviceId, fingerprint }pairs.Typically called with the output of
adapter.getAllFingerprints()(after deduplication to the latest snapshot per device).