Show the flaw by printing the error message.
Show the flaw by printing the error message.
the method where the error occurred
the error message
Approximately recover the orginal data .
Approximately recover the orginal data ...
Approximately recover the orginal data .
Approximately recover the orginal data ...
Reduce the orginal data .
Reduce the orginal data ...
Reduce the orginal data .
Reduce the orginal data ...
The
CanCorrelation
class performs Canonical Correlation Analysis (CCA) on two random vectors. Samples for the first one are stored in the 'x' data matrix and samples for the second are stored in the 'y' data matrix. Find vectors a and b that maximize the correlation between x * a and y * b.max {rho (x * a, y * b)}
Additional vectors orthogonal to a and b can also be found.