Skip to content

Commit

Permalink
Update dcaFuse.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad Haghighat authored Dec 12, 2016
1 parent 409444a commit 823cc57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dcaFuse.m
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
end
q = size(Y,1);

X = X - repmat(mean(X,2), 1, n);
Y = Y - repmat(mean(Y,2), 1, n);

%% Compute mean vectors for each class and for all training data

classes = unique(label);
Expand Down

0 comments on commit 823cc57

Please sign in to comment.