ricaComponent
Pipeline component for feature extraction using reconstruction independent component analysis (RICA)
Since R2026a
Description
ricaComponent is a pipeline component that performs feature
extraction using reconstruction independent component analysis (RICA). The pipeline component
uses the functionality of the rica 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 RICA.component = ricaComponent
sets writeable Properties using one or more
name-value arguments. For example, component = ricaComponent(Name=Value)NumComponents=5 specifies to extract
five components (transformed 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