quantileBinnerComponent
Description
quantileBinnerComponent is a pipeline component that bins data using
quantiles as bin edges. Unless otherwise specified, the component bins data into
equally-probable bins. The pipeline component uses the functionality of the quantile function during the learn phase to compute bin edges. The component
uses the functionality of the discretize function during the run phase to bin
new data.
Creation
Description
creates
a pipeline component for binning data based on quantiles.component = quantileBinnerComponent
sets writable Properties using one or more
name-value arguments. For example, component = quantileBinnerComponent(Name=Value)
specifies to create two equally-probable bins.Probability=0.5
Properties
Object Functions
learn | Initialize and evaluate pipeline or component |
run | Execute pipeline or component for inference after learning |
reset | Reset pipeline or component |
series | Connect components in series to create pipeline |
parallel | Connect components or pipelines in parallel to create pipeline |
view | View diagram of pipeline inputs, outputs, components, and connections |
Examples
Version History
Introduced in R2026a