⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 plot.randomforest.rd

📁 是基于linux系统的C++程序
💻 RD
字号:
\name{plot.randomForest}\alias{plot.randomForest}\title{Plot method for randomForest objects}\description{  Plot the error rates or MSE of a randomForest object}\usage{\method{plot}{randomForest}(x, type="l", main=deparse(substitute(x)), ...)}\arguments{  \item{x}{an object of class \code{randomForest}.}  \item{type}{type of plot.}  \item{main}{main title of the plot.}  \item{...}{other graphical parameters.}}\value{  Invisibly, the error rates or MSE of the \code{randomForest} object.  If the object has a non-null \code{test} component, then the returned  object is a matrix where the first column is the out-of-bag estimate  of error, and the second column is for the test set.}\note{  This function does not work for \code{randomForest} objects that have  \code{type=unsupervised}.    If the \code{x} has a non-null \code{test} component, then the test  set errors are also plotted.}\seealso{  \code{\link{randomForest}}}\examples{data(mtcars)plot(randomForest(mpg ~ ., mtcars, keep.forest=FALSE, ntree=100), log="y")}\author{Andy Liaw}\keyword{classif}\keyword{regression}\keyword{tree}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -