You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of CCA requires the input of neural_data, IscellData and BehaviorData. However, this algorithm can be used on an two data matrices with same number of time points (number of observations).
This would be useful as some data has 2 channels and it would be useful to do CCA comparing 2 imaging data sets.
Suggested solution:
Neural_data and IscellData are combined with an extra module to give ROIdata output.
CCA accepts any 2 matrices of the same length. e.g CCA(ROIdata_1, ROIdata_2) or CCA(ROIdata_1, BehaviorData)
The text was updated successfully, but these errors were encountered:
The current implementation of CCA requires the input of neural_data, IscellData and BehaviorData. However, this algorithm can be used on an two data matrices with same number of time points (number of observations).
This would be useful as some data has 2 channels and it would be useful to do CCA comparing 2 imaging data sets.
Suggested solution:
The text was updated successfully, but these errors were encountered: