caret-internal: Internal Functions

Description Usage Author(s)

Description

Internal functions

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
createModel(x, y, wts, method, tuneValue, obsLevels, 
	        pp = NULL, last = FALSE, classProbs, ...)
predictionFunction(method, modelFit, newdata, 
	               preProc = NULL, param = NULL)
probFunction(method, modelFit, newdata, 
	         preProc = NULL, param = NULL)
flatTable(pred, obs) 
expandParameters(fixed, seq) 
MeanSD(x, exclude = NULL) 
sortImp(object, top)
resampleWrapper(x, ind)
caretTheme()
rocPoint(cutoff, x, y, positive)
ipredStats(x)
rfStats(x)
bagEarthStats(x)
cforestStats(x)
progress(x, names, iter, start = TRUE)
hasTerms(x)
sbfIter(x, y, testX, testY, sbfControl = sbfControl(), ...)
gamFormula(data, smoother = "s", cut = 8, y = "y") 

Author(s)

Max Kuhn, but caretTheme uses an expanded grid of the "Blues" palette designed by Cynthia Brewer and Mark Harrower


caret documentation built on May 2, 2019, 5:47 p.m.

Related to caret-internal in caret...