Skip to content

Commit

Permalink
add note that save.memory has no effect on survival data
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Wright committed Jun 19, 2017
1 parent b3746b6 commit e1fa540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ranger.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
##' @param keep.inbag Save how often observations are in-bag in each tree.
##' @param holdout Hold-out mode. Hold-out all samples with case weight 0 and use these for variable importance and prediction error.
##' @param num.threads Number of threads. Default is number of CPUs available.
##' @param save.memory Use memory saving (but slower) splitting mode. No effect for GWAS data. Warning: This option slows down the tree growing, use only if you encounter memory problems.
##' @param save.memory Use memory saving (but slower) splitting mode. No effect for survival and GWAS data. Warning: This option slows down the tree growing, use only if you encounter memory problems.
##' @param verbose Show computation status and estimated runtime.
##' @param seed Random seed. Default is \code{NULL}, which generates the seed from \code{R}.
##' @param dependent.variable.name Name of dependent variable, needed if no formula given. For survival forests this is the time variable.
Expand Down

0 comments on commit e1fa540

Please sign in to comment.