Home
last modified time | relevance | path

Searched +refs:stripplot +refs:rfe (Results 1 – 4 of 4) sorted by relevance

/dports/devel/R-cran-caret/caret/man/
H A Ddensityplot.rfe.Rd2 % Please edit documentation in R/rfe.R
3 \name{densityplot.rfe}
4 \alias{densityplot.rfe}
5 \alias{xyplot.rfe}
6 \alias{stripplot.rfe}
7 \alias{histogram.rfe}
25 \code{\link[lattice:xyplot]{stripplot}}}
66 lmProfile <- rfe(x, y,
70 stripplot(lmProfile)
78 \code{\link{rfe}}, \code{\link{rfeControl}},
[all …]
/dports/devel/R-cran-caret/caret/
H A DNAMESPACE50 S3method(ggplot,rfe)
75 S3method(oob_pred,rfe)
85 S3method(plot,rfe)
114 S3method(predict,rfe)
154 S3method(print,rfe)
171 S3method(rfe,recipe)
187 S3method(stripplot,rfe)
188 S3method(stripplot,train)
200 S3method(update,rfe)
356 export(plot.rfe)
[all …]
/dports/devel/R-cran-caret/caret/inst/
H A DNEWS.Rd481 \item A function \code{update.rfe} was added.
642 \item Some code was added to \code{rfe} to truncate the subset
645 \item A bug was fixed in \code{gamFuncs} for the \code{rfe}
827 \item \code{train}, \code{rfe}, \code{sbf}, \code{bag} and
833 ignored. The use case is when \code{rfe} or \code{sbf} calls
1203 \code{\link{rfe}}
1364 affects \code{\link{train}}, \code{\link{rfe}} and
1554 \item Two typos fixed in \code{\link{print.rfe}} and
1747 \item Updated \code{\link{print.rfe}} to correctly describe new
1786 \item Added \code{\link{predict.rfe}}
[all …]
/dports/devel/R-cran-caret/caret/R/
H A Drfe.R165 rfe <- function (x, ...) UseMethod("rfe") function
344 res <- rfe(as.data.frame(x, stringsAsFactors = TRUE), y, ...)
1290 stripplot(form, data = data, ...)