Email feature extraction
This commit is contained in:
parent
f0d4b4d208
commit
348d6325cb
1 changed files with 10 additions and 13 deletions
|
@ -48,12 +48,9 @@ x = zeros(n, 1);
|
|||
%
|
||||
%
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
for j = 1:length(word_indices)
|
||||
x(word_indices(j)) = 1;
|
||||
end
|
||||
|
||||
% =========================================================================
|
||||
|
||||
|
|
Reference in a new issue