largeRCRF-Java/src/main/java/ca/joeltherrien/randomforest/tree
2018-08-09 16:34:10 -07:00
..
Forest.java Add alternative way where functions are computed only at final step. 2018-08-07 15:49:55 -07:00
ForestTrainer.java Add functionality to restart tree training where previously left off. 2018-08-09 16:34:10 -07:00
GroupDifferentiator.java Finish competing risk implementation. Fix a bug in tree training 2018-07-16 16:58:11 -07:00
Node.java Add support for saving trees as forest is being trained. 2018-07-03 12:31:08 -07:00
ResponseCombiner.java Finish competing risk implementation. Fix a bug in tree training 2018-07-16 16:58:11 -07:00
Split.java Add ability to compute different error rates. 2018-08-07 10:52:52 -07:00
SplitNode.java Add ability to compute different error rates. 2018-08-07 10:52:52 -07:00
TerminalNode.java Basic functinality to train a single regression tree is 2018-07-01 22:22:12 -07:00
Tree.java Optimize tree training so that the best split is not applied twice 2018-08-08 11:34:02 -07:00
TreeTrainer.java Optimize tree training so that the best split is not applied twice 2018-08-08 11:34:02 -07:00