observationImputerComponent
Description
observationImputerComponent is a pipeline component that imputes
missing values in data observations. The pipeline component identifies and imputes missing
values for a set of observations during the learn phase. During the run phase, the component
uses the values learned during the learn phase to impute missing values in new
observations.
Creation
Description
creates a pipeline component for imputing missing values.component = observationImputerComponent
sets writable Properties using one or more
name-value arguments. For example, you can specify the imputation method by using the
component = observationImputerComponent(Name=Value)Method name-value argument.
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