Bucketing Function

Here's how to use the Bucketing function:


                # Import the library
                import charisius

                # Initialize aggregator and vectors
                aggregator = ...
                vectors = [...]

                # Call bucketing function
                result = charisius.bucketing(aggregator, vectors)
                

Inputs


Outputs