1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/createModel.R, R/misc.R,
% R/predictionFunction.R, R/predictors.R, R/probFunction.R,
% R/resampleWrapper.R, R/selectByFilter.R, R/sortImp.R, R/workflows.R
\name{caret-internal}
\alias{caret-internal}
\alias{createModel}
\alias{resampleWrapper}
\alias{sortImp}
\alias{caretTheme}
\alias{progress}
\alias{hasTerms}
\alias{predictionFunction}
\alias{probFunction}
\alias{expandParameters}
\alias{flatTable}
\alias{MeanSD}
\alias{sbfIter}
\alias{gamFormula}
\alias{bagEarthStats}
\alias{cforestStats}
\alias{ipredStats}
\alias{rfStats}
\alias{well_numbered}
\alias{outcome_conversion}
\title{Internal Functions}
\usage{
createModel(
x,
y,
wts,
method,
tuneValue,
obsLevels,
pp = NULL,
last = FALSE,
sampling = NULL,
classProbs,
...
)
well_numbered(prefix, items)
gamFormula(data, smoother = "s", cut = 8, y = "y")
flatTable(pred, obs)
ipredStats(x)
rfStats(x)
cforestStats(x)
bagEarthStats(x)
outcome_conversion(x, lv)
predictionFunction(method, modelFit, newdata, preProc = NULL, param = NULL)
hasTerms(x)
probFunction(method, modelFit, newdata = NULL, preProc = NULL, param = NULL)
resampleWrapper(x, ind)
sbfIter(x, y, testX, testY, testPerf = NULL, sbfControl = sbfControl(), ...)
sortImp(object, top)
progress(x, names, iter, start = TRUE)
MeanSD(x, exclude = NULL)
expandParameters(fixed, seq)
}
\description{
Internal functions
}
\author{
Max Kuhn, but \code{caretTheme} uses an expanded grid of the "Blues" palette designed by Cynthia Brewer and Mark Harrower
}
\keyword{internal}
|