featureBased interface
# S4 method for lcMethodFeature
getArgumentDefaults(object)# S4 method for lcMethodFeature
getName(object)
# S4 method for lcMethodFeature
getShortName(object)
# S4 method for lcMethodFeature
prepareData(method, data, verbose, ...)
# S4 method for lcMethodFeature
fit(method, data, envir, verbose, ...)
# S4 method for lcMethodLMKM
getArgumentDefaults(object)
# S4 method for lcMethodLMKM
getArgumentExclusions(object)
# S4 method for lcMethodLMKM
getName(object)
# S4 method for lcMethodLMKM
getShortName(object)
# S4 method for lcMethodLMKM
prepareData(method, data, verbose)
# S4 method for lcMethodLMKM
fit(method, data, envir, verbose, ...)
# S4 method for lcMethodLMKM
validate(method, data, envir = NULL, ...)
# S4 method for lcMethodGCKM
getArgumentDefaults(object)
# S4 method for lcMethodGCKM
getArgumentExclusions(object)
# S4 method for lcMethodGCKM
getName(object)
# S4 method for lcMethodGCKM
getShortName(object)
# S4 method for lcMethodGCKM
prepareData(method, data, verbose)
# S4 method for lcMethodStratify
getArgumentDefaults(object)
# S4 method for lcMethodStratify
getName(object)
# S4 method for lcMethodStratify
getShortName(object)
# S4 method for lcMethodStratify
compose(method, envir = NULL, ...)
# S4 method for lcMethodStratify
fit(method, data, envir, verbose, ...)
# S3 method for lcModelLMKM
coef(object, ..., cluster = NULL)
# S3 method for lcModelLMKM
logLik(object, ...)
# S4 method for lcModelLMKM
converged(object, ...)
# S4 method for lcModelLMKM
postprob(object, ...)
The object.
An object inheriting from lcMethod
with all its arguments having been evaluated and finalized.
A data.frame
representing the transformed training data.
A R.utils::Verbose object indicating the level of verbosity.
Not used.
The environment
containing variables generated by prepareData()
and preFit()
.
The cluster name.
lcMethodFeature lcMethodGCKM lcMethodLMKM