Module pyVerif.Score
Manipulation of scores files.
The aim of this module is to merge many scores files all together. The
files to be merged must be formatted like:
<filename1> <score_mod_X_1> <filename2>
<score_mod_X_2> <filenameM> <score_mod_X_M>
The merged file will be formatted like:
<real_id1> <claim_id1> <score_mod_X_1>
[<score_mod_Y_1> ...] <real_id2> <claim_id1>
<score_mod_X_2> [<score_mod_Y_2> ...] <real_idN>
<claim_idN> <score_mod_X_N> [<score_mod_Y_N> ...]
| Classes |
Score |
Management of scores. |
ScoreErrors |
Execptions raised by the Score class. |