Mic*_*ael 5 r ggplot2 random-forest
我使用 R 包 randomForestSRC 训练了一个随机生存森林。为了出版,我想可视化一些选定的树,最好使用 ggraph 包,就像这里一样: https: //shiring.github.io/machine_learning/2017/03/16/rf_plot_ggraph
randomForest 包有一个方便的函数 randomForest::getTree,但到目前为止,我还没有在 randomForestSRC 中找到类似的函数。树木如何存储在随机生存森林中,以及如何访问它们?如果有任何提示,我将不胜感激!