MAJOR WIP: set author's rank to constant 0? Worthwhile??
This commit is contained in:
parent
471cde1f2c
commit
3f8982cbe1
1 changed files with 5 additions and 4 deletions
|
@ -763,10 +763,11 @@ rank_projection(#projection_v1{author_server=Author,
|
|||
%% Server b is no longer a member of a's MemberRank scheme, so we
|
||||
%% need to compensate for this by giving b an extremely low author
|
||||
%% ranking.
|
||||
AuthorRank = case orddict:find(Author, MemberRank) of
|
||||
{ok, Rank} -> Rank;
|
||||
error -> -(N*N*N*N)
|
||||
end,
|
||||
AuthorRank = 0,
|
||||
%% AuthorRank = case orddict:find(Author, MemberRank) of
|
||||
%% {ok, Rank} -> Rank;
|
||||
%% error -> -(N*N*N*N)
|
||||
%% end,
|
||||
AuthorRank +
|
||||
( N * length(Repairing_list)) +
|
||||
(N*N * length(UPI_list)).
|
||||
|
|
Loading…
Reference in a new issue