max_size#
- property PartitionedHistogramFunction.max_size#
Maximum number of bins to create.
If adding an additional data point would cause the number of bins to exceed max_size, the count / weight is instead added to the out_of_range_count of the
PartitionedHistogram1D.- Type:
int