CCA¶
Perform Canonical Correlation Analysis (CCA) and calculate matrices of scores for CCA.
The inputs of this node are two packets (X, Y), with with data having the same number of points in time (N). X and Y may have different shapes, but the stream name to be compared should be the same in both. (Event/marker streams are ignored.) The outputs of this node are three chunks with data values of three matrices A, B, and D, respectively. The columns of A and B contain the canonical coefficients. D is a vector with sample canonical correlation values. Version 1.1.0
Ports/Properties¶
X¶
Data X to process.
Y¶
Data Y to process.
A¶
Canonical coefficients corresponding to X.
B¶
Canonical coefficients corresponding to Y.
D¶
Sample canonical correlation values.
axis¶
Axis holding the canonical components, which will form the matrix together with the time axis.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.