kogalur / randomForestSRC

DOCUMENTATION:
https://www.randomforestsrc.org/
GNU General Public License v3.0
113 stars 18 forks source link

The default value of nsplit for function rfsrc maybe should be 0 #313

Closed A-Pai closed 1 year ago

A-Pai commented 1 year ago

library(randomForestSRC) rf <- rfsrc(mpg ~ ., mtcars) rf$nsplit image but in the manual it said: https://www.randomforestsrc.org/reference/rfsrc.html image