Virtual class for internal use. Do not use.
# S4 method for lcMetaMethod
compose(method, envir = NULL)# S4 method for lcMetaMethod
getLcMethod(object, ...)
# S4 method for lcMetaMethod
getName(object, ...)
# S4 method for lcMetaMethod
getShortName(object, ...)
# S4 method for lcMetaMethod
idVariable(object, ...)
# S4 method for lcMetaMethod
preFit(method, data, envir, verbose)
# S4 method for lcMetaMethod
prepareData(method, data, verbose)
# S4 method for lcMetaMethod
fit(method, data, envir, verbose)
# S4 method for lcMetaMethod
postFit(method, data, model, envir, verbose)
# S4 method for lcMetaMethod
responseVariable(object, ...)
# S4 method for lcMetaMethod
timeVariable(object, ...)
# S4 method for lcMetaMethod
validate(method, data, envir = NULL, ...)
# S3 method for lcMetaMethod
update(object, ...)
# S4 method for lcFitConverged
fit(method, data, envir, verbose)
# S4 method for lcFitConverged
validate(method, data, envir = NULL, ...)
# S4 method for lcFitRep
fit(method, data, envir, verbose)
# S4 method for lcFitRep
validate(method, data, envir = NULL, ...)
The lcMethod
object.
The environment
in which the lcMethod
should be evaluated
The model.
Not used.
A data.frame
representing the transformed training data.
A R.utils::Verbose object indicating the level of verbosity.
The lcModel
object returned by fit()
.