Skip to content

Commit 5134a10

Browse files
committed
fixed help of decode_pattern.m
1 parent eb96e76 commit 5134a10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

decode_pattern.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
% .demean Whether the data should be demeaned (per feature,
1111
% over trials) prior to decoding. The mean can be
1212
% specified in the following ways:
13-
% = 'trainData' The mean of the training data (default).
13+
% = 'trainData' The nanmean of the training data (default).
1414
% = 'testData' The mean of the testing data.
1515
% = [F x 1] vector Manually specified mean.
1616
% = 'no' No demeaning.
1717
% .covariance Whether the pattern should be multiplied by the
1818
% inverse of a covariance matrix.
19-
% = 'testData' The covariance of the testing data. Specify
19+
% = 'testData' The nancov of the testing data. Specify
2020
% covariance.gamma for regularization.
2121
% = [F x F] vector Manually specified covariance matrix, where F is
2222
% the number of features (e.g. sensors).

0 commit comments

Comments
 (0)