rapids/docs/visualizations/feature-visualizations.md

14 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2020-12-04 22:19:25 +01:00
# Feature Visualizations
## 1. Heatmap Correlation Matrix
Columns and rows are the behavioral features computed in RAPIDS, cells color represents the correlation coefficient between all days of data for every pair of features of all participants.
The user can specify a minimum number of observations ([time segment](../../setup/configuration#time-segments) instances) required to compute the correlation between two features using the `MIN_ROWS_RATIO` parameter (0.5 by default) and the correlation method (Pearson, Spearman or Kendall) with the `CORR_METHOD` parameter. In addition, this plot can be configured to only display correlation coefficients above a threshold using the `CORR_THRESHOLD` parameter (0.1 by default).
!!! example
Click [here](../../img/hm-feature-correlations.html) to see an example of these interactive visualizations in HTML format
<figure>
<img src="../../img/hm-feature-correlations.png" max-width="100%" />
<figcaption>Correlation matrix heatmap for all the features of all participants</figcaption>
</figure>