piskvorky / bounter

Efficient Counter that uses a limited (bounded) amount of memory regardless of data size.
MIT License
935 stars 47 forks source link

Merging of MinCountSketch objects #6

Closed piskvorky closed 7 years ago

piskvorky commented 7 years ago

Implement efficient merging of multiple MinCountSketch objects.

Where the merging is not possible due to algorithmic constraints (incompatible dimensions, ?), raise an exception with a clear error message.

isamaru commented 7 years ago

10 implements this