correlationWeightedScore
Adjust feature ranking scores using correlation factor
Description
correlationWeightedScore is a function used in code generated
      by Diagnostic Feature
        Designer.
[
        weights the original ranking scores in score,idx] = correlationWeightedScore(X,Z,alpha)Z for the features in
          X according to the correlation between features. Correlation
        weighting reduces feature redundancy. correlationWeightedScore lowers
        the score of a feature that has a high correlation to a higher ranking feature. The
        correlation importance factor alpha determines how much impact the
        correlation level has on the feature ranking score.
Code that is generated by Diagnostic Feature
          Designer uses correlationWeightedScore when ranking features if
        the specified correlation importance factor is greater than zero.
Input Arguments
Output Arguments
References
[1] Theodoridis, Sergios, and Konstantinos Koutroumbas. Pattern Recognition, 182–183. 2nd ed. Amsterdam; Boston: Academic Press, 2003.
Version History
Introduced in R2020a