File: caret-internal.Rd

package info (click to toggle)
r-cran-caret 6.0-73%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,884 kB
  • ctags: 9
  • sloc: ansic: 207; sh: 10; makefile: 2
file content (68 lines) | stat: -rw-r--r-- 1,508 bytes parent folder | download
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
% 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{MeanSD}
\alias{bagEarthStats}
\alias{caret-internal}
\alias{caretTheme}
\alias{cforestStats}
\alias{createModel}
\alias{expandParameters}
\alias{flatTable}
\alias{gamFormula}
\alias{hasTerms}
\alias{ipredStats}
\alias{predictionFunction}
\alias{probFunction}
\alias{progress}
\alias{resampleWrapper}
\alias{rfStats}
\alias{sbfIter}
\alias{sortImp}
\alias{well_numbered}
\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)

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, 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}