caret-internal {caret}R Documentation

Internal Functions

Description

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, sbfControl = sbfControl(), ...)

sortImp(object, top)

progress(x, names, iter, start = TRUE)

MeanSD(x, exclude = NULL)

expandParameters(fixed, seq)

Author(s)

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


[Package caret version 6.0-78 Index]