First, run the evaluation on a (partial) dump. This produces a file that describes, for that page, how much text there was in total, and was cut/deleted, for each reputation range. The necessary binary is generated via make evalwikiopt, first in the public directory, then in the research one. See ../Installation.

gunzip -c ~/work/wiki-data/split_wikis/enwiki-20070206_00060.xml.gz | ./evalwiki -eval_local_trust -o ~/work/wiki-data/trust_eval/enwiki-20070206_local_00060.eval -historyfile ~/work/wiki-data/rep-histories/enwiki-20070206-rel1.0-users 

Second, read in all the evaluation files produced above, and output the recall and precision statistics for trust:

WikiTrust/Evaluating the precision of trust (last edited 2007-08-20 10:33:31 by LucaDeAlfaro)