Binary
Python module: cuvs.preprocessing.quantize.binary
transform
@auto_sync_resources
@auto_convert_output
Applies binary quantization transform to given dataset
This applies binary quantization to a dataset, changing any positive values to a bitwise 1. This is useful for searching with the BitwiseHamming distance type.
Parameters
Returns
Examples