variableSelectorComponent
Description
variableSelectorComponent is a pipeline component that selects variables
manually. During the learn phase, the pipeline component identifies the variables to select.
During the run phase, the component selects the learned variables from new
data.
Creation
Description
creates a pipeline component for manually selecting variables.component = variableSelectorComponent
sets writable Properties using one or more
name-value arguments. For example,
component = variableSelectorComponent(Name=Value) specifies to select
variables containing categorical data.DataType="categorical"
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