observationRemoverComponent
Description
observationRemoverComponent is a pipeline component that removes observations
in the data. During the learn and run phases, the pipeline component can remove observations
based on a removal function. By default, the component does not remove observations during the
run phase. For more information, see RunRemoval.
Creation
Description
creates a pipeline component for removing observations.component = observationRemoverComponent
sets writable Properties using one or more
name-value arguments. For example, you can specify the removal criteria function using the
component = observationRemoverComponent(Name=Value)FunctionHandle 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