interface-featureBased: featureBased interface

interface-featureBasedR Documentation

featureBased interface

Description

featureBased interface

Usage

## 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, ...)

Arguments

object

The object.

method

An object inheriting from lcMethod with all its arguments having been evaluated and finalized.

data

A data.frame representing the transformed training data.

verbose

A R.utils::Verbose object indicating the level of verbosity.

...

Not used.

envir

The environment containing variables generated by prepareData() and preFit().

cluster

The cluster name.

See Also

lcMethodFeature lcMethodGCKM lcMethodLMKM


latrend documentation built on May 29, 2024, 8:51 a.m.