Health vs. Attitudinal Analysis
Unsupervised Learning: Canonical Correlation Analysis
Canonical Correlation Analysis (CCA) is a Multivariate Statistics technique that allows you to analyze correlations between two datasets. Canonical Correlation Analysis can be used to model the correlations between two datasets in two ways:
Focusing on a dependence relationship, and model the two datasets in a regression-like manner: data set y as a function of data set x.
Focusing on the exploration of the relationships between the two datasets without stating any data set as the dependent or the independent variables. You could compare it with methods like PCA or Factor Analysis in this case.