Readme:


This package can generate scores for each of the metrics used in iTrust. One can also set weights for the combined filter (change values in the encmanage.calCombScore( 1, 1, 1, 1) function call order of filters in FE, DE, LV-C, LV-D).

Input:

This program needs two files as input : scannedDataB (or ZIPscannedDataB) and scannedDataW (or ZIPscannedDataW). 

Usage :

java parseiTrust <scannedDataB> <scannedDataW>


IMPORTANT Details:

This code can also be used to feed in chunks of traces belonging to different time period (to study temporal effect of encounter history), It store some temporary files. So if you plan to process traces belonging to different user, please temporary files : encDetails.tmp, ap_loc.tmp, parsedDataW, parsedDataB

