trainData {PDATK}R Documentation

Generic for Accessing the Training Data of an 'S4' Object

Description

Generic for Accessing the Training Data of an 'S4' Object

Usage

trainData(object, ...)

Arguments

object

An 'S4' object to retrieve training data from.

...

Allow new parameters to be defined for this generic.

Value

The training data for an S4 object.

Examples

data(CSPC_MAE)
set.seed(1987)
metaclustModel <- ConMetaclustModel(CSPC_MAE, randomSeed=1987)


[Package PDATK version 1.0.2 Index]