-
Notifications
You must be signed in to change notification settings - Fork 69
Feature Dependencies
Ben Fulcher edited this page Mar 23, 2021
·
6 revisions
(Analysis credit: Brendan Harris).
Although the selection framework used to generate the catch22 feature set included a step to reduce redundancy, it was not designed to generate an independent set of features.
Here we see an example of this, showing the Spearman correlation coefficient between all pairs of features, quantifying the similarity of their outputs across a diverse range of 1000 empirical time series:
- We find a large cluster of features sensitive to the autocorrelation of a time series.
- We also find a small cluster of two highly correlated features,
DN_HistogramMode_5
andDN_HistogramMode_10
, which measure the mode of the z-scored time-series distribution using different numbers of bins.
This dependency structure should be taken in mind when interpreting the results of catch22 analyses.