cpdef enum WeightingStrategy:
    uniform = 0
    # TODO: Implement the following options in weighted_histogram_mode
    distance = 1
    callable = 2
