The Java component of largeRCRF. See https://github.com/jatherrien/largeRCRF-Java for reporting issues.
Find a file
Joel Therrien a5fe856857 Massive refactor; Use Iterators/Updaters when calculating difference scores for faster calculations.
Changed the covariates to be more clever with how they produce the different splits. In the future (not yet implemented) a clever GroupDifferentiator
could update the current score calculation based just on how many rows moved from one hand to the other. There were a few other changes as well;
TreeTrainer#growTree now accepts a Random as a parameter which is used throughout the entire growing process. This means it's now theoretically
possible to grow trees using a seed, so that results can be fully reproducible.
2019-01-09 21:31:27 -08:00
src Massive refactor; Use Iterators/Updaters when calculating difference scores for faster calculations. 2019-01-09 21:31:27 -08:00
.gitignore Implement Response & GroupDifferentiators for CompetingRisk problems. 2018-07-10 14:43:51 -07:00
pom.xml Migrate to Java 1.8 2018-08-31 12:48:39 -07:00