Learn R Programming

latrend (version 1.6.1)

interface-metaMethods: lcMetaMethod abstract class

Description

Virtual class for internal use. Do not use.

Usage

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

Arguments

method

The lcMethod object.

envir

The environment in which the lcMethod should be evaluated

object

The model.

...

Not used.

data

A data.frame representing the transformed training data.

verbose

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

model

The lcModel object returned by fit().