sparseFilterComponent
Description
sparseFilterComponent is a pipeline component that performs
feature extraction using sparse filtering. The pipeline component uses the functionality of
the sparsefilt function during the learn phase to extract features from the data.
The component uses the functionality of the transform function during the run phase to transform new data into the extracted
features.
Creation
Description
creates a pipeline component for feature extraction using sparse filtering.component = sparseFilterComponent
sets writeable Properties using one or more
name-value arguments. For example, component = sparseFilterComponent(Name=Value)NumFeatures=5 specifies to extract
five 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