Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#109: Make maximum and default grades configurable. #111

Merged
merged 11 commits into from
Mar 25, 2020

Commits on Mar 16, 2020

  1. SeaseLtd#109: Updates to ERR implementation:

    - Make fairgrade configurable at construction time;
    - Use floating point grade values in gain();
    - Add default grade values to Metric.
    Matt Pearce committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    8fcd697 View commit details
    Browse the repository at this point in the history
  2. SeaseLtd#109: Updates to NDCG@K implementation:

    - Make maxgrade and fairgrade configurable at construction time;
    - Use floating point grade values in gain function.
    Matt Pearce committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    9ec19ad View commit details
    Browse the repository at this point in the history
  3. SeaseLtd#109: Add parameters to ERR javadoc.

    Matt Pearce committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    7a4636c View commit details
    Browse the repository at this point in the history
  4. SeaseLtd#109: Add k, grade parameters to RR constructor; use floating…

    … point values for grading.
    Matt Pearce committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    ef1bc11 View commit details
    Browse the repository at this point in the history
  5. SeaseLtd#109: Changes to allow default max grade, default missing gra…

    …de to be set via Maven pom.xml:
    
    - Add singleton factory for instantiating MetricClassManager instances;
    - Allow access to default grade values via factory class.
    - Modify Maven plugins to use factory.
    Matt Pearce committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    0784fdc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a0d2c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bcdfa48 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0039da9 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. SeaseLtd#109: Minor formatting fixes.

    Matt Pearce committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    11f6308 View commit details
    Browse the repository at this point in the history
  2. SeaseLtd#109: Standardise parameter names to camelCase versions for E…

    …RR, NDCG, RR to add consistency with pom.xml parameters.
    Matt Pearce committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    11f295b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. SeaseLtd#109: Instantiate MetricClassConfigurationManager immediately…

    … on start-up.
    Matt Pearce committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    5557459 View commit details
    Browse the repository at this point in the history