The Java component of largeRCRF. See https://github.com/jatherrien/largeRCRF-Java for reporting issues.
Find a file
Joel Therrien c6a5787975 Use UUIDs to save trees instead of tree number.
Benefits are for when we restart a previously parallel task
in which, say, trees 1, 2, and 4 were completed but tree 3
never did complete. Under the previous implementation we'd start
at tree 4 (we'd just count how many trees were done). To fix this
would require some additional effort. Since the order of trees
is irrelevant, it made sense to just stop ordering them.
2019-04-16 12:58:23 -07:00
src Use UUIDs to save trees instead of tree number. 2019-04-16 12:58:23 -07:00
.gitignore Implement Response & GroupDifferentiators for CompetingRisk problems. 2018-07-10 14:43:51 -07:00
COPYING Add GPL-3 Copyright to code 2019-01-14 11:45:23 -08:00
pmd-rules.xml Add PMD rules to pom.xml to enforce higher code quality 2019-01-10 11:23:55 -08:00
pom.xml Rebrand project as largeRCRF 2019-03-13 10:47:37 -07:00