Research Article

Fake Review Identification Methods Based on Multidimensional Feature Engineering

Algorithm 2

The identification algorithm based on weighted multidimensional feature engineering scoring ().
Input: Dataset , feature sequence in feature engineering
Output: Score sequence for reviews
Procedure
begin
   ;
   for each in
   begin
    calculate the value of the feature vector in the feature engineering, ;
    add to ;
   endfor;
   for each in
   begin
    for each in
    begin
     calculate the weight value of ;
    endfor;
    calculate the score value of ;
    add to ;
 endfor;
 return ;
end;