rocTree 1.1.0 2019-10-10

  • Resolve CRAN error: “calling math functions such as log pow sqrt with integer arguments is not portable.”

    rocTree 1.1.0 2019-10-10

  • Rewrite tree/ensemble algorithms with Rcpp
    • Significantly speed improvement

rocTree 0.99-9 Unreleased

* Modified dCON
* Added forest
* Slight speed improvement.
* Rebuild with roxygen2

rocTree 0.99-5 Unreleased

* Modified the print funciton; tree now print with data.tree package, but the old way can still be called.
* Added the plot function (from DiagrammeR); tree can be plotted in seveal ways.
* Added plot saving feature.

rocTree 0.99-4 Unreleased

* Added the print function; tree can be printed in two ways determined by the logical value of top2bottom

rocTree 0.99-3 Unreleased

* Fixed folding in cross validation; now the folding are generated based on percentile as in caret::createFolds

rocTree 0.99-2 Unreleased

* Added plot.rocTree to plot hazard functions for the final terminal nodes.
* Added and cleaned dfFinal and ndFinal.
* Added an additional smoothing parameter for plots.

rocTree 0.99-1 Unreleased

* Added parallel computing for VC.
* Added rocTree.prune.
* Drafted the help pages.
* Improved speed in data preparation.