Sets the points for bucketizing
Sets the points for bucketizing
sorted list of split points for bucketizing
optional sorted list of labels for the buckets
Should the splits be left or right inclusive.
Should the splits be left or right inclusive. Meaning if x1 and x2 are split points, then for Left the bucket interval is [x1, x2) and for Right the bucket interval is (x1, x2].
Option to keep track of invalid values
Option to keep track of invalid values
Option to keep track of values that were missing
Option to keep track of values that were missing