Radiomic features can be very strongly correlated.
The sample correlation matrix on extracted radiomic features will then often display strong collinearity.
The collinearity may be so strong as to imply redundant information, in the sense that some entries will approach perfect (negative) correlation.
Hence, one may wish to perform redundancy-filtering on the raw sample correlation matrix in such situations.
The RF function uses an Algorithm from Peeters et al. (2019) to remove the minimal number of redundant features under absolute marginal correlation threshold t.
We recommend setting \(\mathrm{t} \in [.9,.95]\).
Details of the algorithm can be found in Peeters et al. (2019).
The function returns a redundancy-filtered correlation matrix.
This return output may subsequently be used in the subSet function.
This is a convenience function that subsets a dataset to the features retained after redundancy-filtering.