Learn R Programming

latrend (version 1.6.1)

interface-featureBased: featureBased interface

Description

featureBased interface

Usage

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

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