featureSelectionRegressionMRMRComponent
Pipeline component for performing MRMR feature selection in regression workflow
Since R2026a
Description
featureSelectionRegressionMRMRComponent is a pipeline component
that performs feature selection using minimum redundancy maximum relevance (MRMR). The
pipeline component uses the functionality of the fsrmrmr function
during the learn phase to identify the important predictors in the data. During the run phase,
the component selects the same predictors from a new data set.
Creation
Syntax
Description
creates a pipeline component for feature selection using the minimum redundancy maximum
relevance (MRMR) algorithm. Use the component when creating a pipeline for regression. If
you want to perform MRMR feature selection as part of a classification workflow, use
component = featureSelectionRegressionMRMRComponentfeatureSelectionClassificationMRMRComponent instead.
sets writable Properties using one or more
name-value arguments. For example, component = featureSelectionRegressionMRMRComponent(Name=Value)NumFeatures=10 specifies to select
10 important features.
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