-
Notifications
You must be signed in to change notification settings - Fork 37
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
Commits on Mar 16, 2020
-
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 committedMar 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 8fcd697 - Browse repository at this point
Copy the full SHA 8fcd697View commit details -
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 committedMar 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 9ec19ad - Browse repository at this point
Copy the full SHA 9ec19adView commit details -
SeaseLtd#109: Add parameters to ERR javadoc.
Matt Pearce committedMar 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 7a4636c - Browse repository at this point
Copy the full SHA 7a4636cView commit details -
SeaseLtd#109: Add k, grade parameters to RR constructor; use floating…
… point values for grading.
Matt Pearce committedMar 16, 2020 Configuration menu - View commit details
-
Copy full SHA for ef1bc11 - Browse repository at this point
Copy the full SHA ef1bc11View commit details -
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 committedMar 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 0784fdc - Browse repository at this point
Copy the full SHA 0784fdcView commit details -
SeaseLtd#109: Javadoc, tidying, reducing code repetition.
Matt Pearce committedMar 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 3a0d2c6 - Browse repository at this point
Copy the full SHA 3a0d2c6View commit details -
SeaseLtd#109: Add configurable name parameters to ERR, NDCG, RR.
Matt Pearce committedMar 16, 2020 Configuration menu - View commit details
-
Copy full SHA for bcdfa48 - Browse repository at this point
Copy the full SHA bcdfa48View commit details -
SeaseLtd#109: Fix field names in Maven evaluation plugins.
Matt Pearce committedMar 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 0039da9 - Browse repository at this point
Copy the full SHA 0039da9View commit details
Commits on Mar 17, 2020
-
SeaseLtd#109: Minor formatting fixes.
Matt Pearce committedMar 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 11f6308 - Browse repository at this point
Copy the full SHA 11f6308View commit details -
SeaseLtd#109: Standardise parameter names to camelCase versions for E…
…RR, NDCG, RR to add consistency with pom.xml parameters.
Matt Pearce committedMar 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 11f295b - Browse repository at this point
Copy the full SHA 11f295bView commit details
Commits on Mar 22, 2020
-
SeaseLtd#109: Instantiate MetricClassConfigurationManager immediately…
… on start-up.
Matt Pearce committedMar 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 5557459 - Browse repository at this point
Copy the full SHA 5557459View commit details