You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
firojalam edited this page Apr 11, 2014
·
4 revisions
PersonalityTraitsScorer system was designed to evaluate the performance of any personality traits recognition system. Please follow the options and input file formats.
usage: java -jar
with the following options:
-f Please use this option to get f measures.
-i Please use a file containing reference and predicted labels. Please see the input file formats in examples.
-n Please use this option to get root mean square error.
-u Please use this option to get un-weighted average. Since Big-5 traits are bi-poler, therefore accuracy of both poles are computed and taken the average.
Please keep in mind that the input format for numeric and class predictions
is different. Therefore, when you select -n option you might not select
other two options (i.e., -f -u) and vice-versa.