facet.data.partition#

Partitioners to generate series of numerical and categorical values to be used as inputs for simulations.

  • Numerical partitions are intervals, represented by their central value.

  • Categorical partitions are the categories themselves.

Classes#

CategoryPartitioner

Partition categorical values.

ContinuousRangePartitioner

Partition numerical values in adjacent intervals of the same length.

IntegerRangePartitioner

Partition integer values in adjacent intervals of the same length.

Partitioner

Abstract base class of all partitioners.

RangePartitioner

Abstract base class of partitioners for numerical ranges.