src.fairreckitlib.evaluation.metrics.rexmex
This package contains functionality for metrics of the Rexmex package.
Modules:
rexmex_coverage_metric: class for coverage metric implementation and creation functions.
rexmex_rating_metric: class for rating metric implementation and creation functions.
This program has been developed by students from the bachelor Computer Science at Utrecht University within the Software Project course. © Copyright Utrecht University (Department of Information and Computing Sciences)
1"""This package contains functionality for metrics of the Rexmex package. 2 3Modules: 4 5 rexmex_coverage_metric: class for coverage metric implementation and creation functions. 6 rexmex_rating_metric: class for rating metric implementation and creation functions. 7 8This program has been developed by students from the bachelor Computer Science at 9Utrecht University within the Software Project course. 10© Copyright Utrecht University (Department of Information and Computing Sciences) 11"""