1
0
Fork 0

Email feature extraction

master
neingeist 10 years ago
parent f0d4b4d208
commit 348d6325cb

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