https://github.com/sfu-cl-lab/FactorBase
Name Target Message Date
HEAD 8490851 Merge pull request #229 from sfu-cl-lab/fix-for-ubc-tool Fixed precision for conditional probabilities for the UBC tool. 19 November 2021, 17:14:24 UTC
refs/heads/ci-pipeline 614944f Use GitHub Actions to run the tests. - Travis changed their service so switching to use GitHub actions, which will hopefully be longer lasting than Travis. - Created a GitHub Actions YAML file that is equivalent to the Travis one. - Updated pom.xml to include a required class definition. 22 February 2022, 06:13:07 UTC
refs/heads/dependabot/maven/code/common/mysql-mysql-connector-java-8.0.28 3c8f87c Bump mysql-connector-java from 8.0.19 to 8.0.28 in /code/common Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.19 to 8.0.28. - [Release notes](https://github.com/mysql/mysql-connector-j/releases) - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES) - [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.19...8.0.28) --- updated-dependencies: - dependency-name: mysql:mysql-connector-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 20 June 2022, 23:31:48 UTC
refs/heads/fix-for-ubc-tool 3e66347 Fixed precision for conditional probabilities for the UBC tool. - The conditional probabilities weren't adding up to 1 exactly, which caused the UBC tool to complain (the Bayes net couldn't be visualized with the tool). - Restricting the decimal places to 6 digits for the CP column fixes the issue and seems to be due to how precision is returned from a division operation and then stored in the database. - Updated the expected output files (BIF and database content files). 18 November 2021, 00:03:15 UTC
refs/heads/gh-pages 9fbbc21 Fix pointer errors (#7) 31 May 2017, 04:56:43 UTC
refs/heads/improved-hybrid c30f0f1 Moved the runtime code for the buildPVarsCounts() method. - Moved the runtime code for the buildPVarsCounts() method into the method to prevent code duplication of the runtime code. 17 November 2020, 18:41:17 UTC
refs/heads/improved-pvars 92a95e3 Moved the runtime code for the buildPVarsCounts() method. - Moved the runtime code for the buildPVarsCounts() method into the method to prevent code duplication of the runtime code. 17 November 2020, 18:41:17 UTC
refs/heads/increase-pdp-precision 95b4218 Updated the precision for the PDP information of table joins. - Updated the precision of the average degree PDP information for table joins. - Updated the associated Javadoc. 25 January 2021, 00:11:09 UTC
refs/heads/master 8490851 Merge pull request #229 from sfu-cl-lab/fix-for-ubc-tool Fixed precision for conditional probabilities for the UBC tool. 19 November 2021, 17:14:24 UTC
refs/heads/projection-improved 2de8b90 No materialized local counts tables. - The tables for local counts are no longer materialized for the hybrid method and are projected from the global counts when doing the Pivot technique. - Created a helper method to construct the GROUP BY string for generating the counts tables. - Updated the Javadoc. - Corrected a typo in one of the comments. 09 June 2021, 23:01:24 UTC
refs/heads/schemaEdges 169b61e Merge remote-tracking branch 'origin/schemaEdges' into schemaEdges 27 September 2018, 07:57:50 UTC
refs/tags/V1.2 ebce7e9 fixed orphaned nodes 18 November 2016, 01:42:23 UTC
refs/tags/v1.1 2de0b09 More RENAME 27 May 2016, 05:22:41 UTC
back to top