1
0
Fork 0

Email feature extraction

This commit is contained in:
neingeist 2014-11-13 23:50:52 +01:00
parent f0d4b4d208
commit 348d6325cb

View file

@ -48,12 +48,9 @@ x = zeros(n, 1);
%
%
for j = 1:length(word_indices)
x(word_indices(j)) = 1;
end
% =========================================================================