interface-featureBased | R Documentation |
featureBased interface
## S4 method for signature 'lcMethodFeature'
getArgumentDefaults(object)
## S4 method for signature 'lcMethodFeature'
getName(object)
## S4 method for signature 'lcMethodFeature'
getShortName(object)
## S4 method for signature 'lcMethodFeature'
prepareData(method, data, verbose, ...)
## S4 method for signature 'lcMethodFeature'
fit(method, data, envir, verbose, ...)
## S4 method for signature 'lcMethodLMKM'
getArgumentDefaults(object)
## S4 method for signature 'lcMethodLMKM'
getArgumentExclusions(object)
## S4 method for signature 'lcMethodLMKM'
getName(object)
## S4 method for signature 'lcMethodLMKM'
getShortName(object)
## S4 method for signature 'lcMethodLMKM'
prepareData(method, data, verbose)
## S4 method for signature 'lcMethodLMKM'
fit(method, data, envir, verbose, ...)
## S4 method for signature 'lcMethodLMKM'
validate(method, data, envir = NULL, ...)
## S4 method for signature 'lcMethodGCKM'
getArgumentDefaults(object)
## S4 method for signature 'lcMethodGCKM'
getArgumentExclusions(object)
## S4 method for signature 'lcMethodGCKM'
getName(object)
## S4 method for signature 'lcMethodGCKM'
getShortName(object)
## S4 method for signature 'lcMethodGCKM'
prepareData(method, data, verbose)
## S4 method for signature 'lcMethodStratify'
getArgumentDefaults(object)
## S4 method for signature 'lcMethodStratify'
getName(object)
## S4 method for signature 'lcMethodStratify'
getShortName(object)
## S4 method for signature 'lcMethodStratify'
compose(method, envir = NULL, ...)
## S4 method for signature 'lcMethodStratify'
fit(method, data, envir, verbose, ...)
## S3 method for class 'lcModelLMKM'
coef(object, ..., cluster = NULL)
## S3 method for class 'lcModelLMKM'
logLik(object, ...)
## S4 method for signature 'lcModelLMKM'
converged(object, ...)
## S4 method for signature 'lcModelLMKM'
postprob(object, ...)
object |
The object. |
method |
An object inheriting from |
data |
A |
verbose |
A R.utils::Verbose object indicating the level of verbosity. |
... |
Not used. |
envir |
The |
cluster |
The cluster name. |
lcMethodFeature lcMethodGCKM lcMethodLMKM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.