featureSelectionRegressionReliefFComponent
Pipeline component for performing feature selection using RReliefF algorithm
Since R2026a
Description
featureSelectionRegressionReliefFComponent is a pipeline component that
performs feature selection using the RReliefF algorithm. The pipeline component uses the
functionality of the relieff function during the learn phase to identify
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 RReliefF algorithm with
component = featureSelectionRegressionReliefFComponent(numNeighbors)numNeighbors nearest neighbors. Use the component when creating a
pipeline for regression.
sets writable Properties using one or more
name-value arguments. For example, you can specify the method for computing weights,
distance scaling factor, and number of observations to select for computing
weights.component = featureSelectionRegressionReliefFComponent(numNeighbors,Name=Value)
Input Arguments
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