| GPModel-class {tigre} | R Documentation |
The class is a container for the internal representation
of models used by the gpsim package.
Objects can be created by calls of the form new("GPModel", model).
model:A model object used internally by the code of
the gpsim package
type:Type of the model object
modelStruct(object), modelStruct(object)<-
valueAccess and set the internal model structure
modelType(object)Access the internal type values
show(object)Informatively display object contents.
is.GPModel(object)Check if object is a GPModel.
initialize("GPModel")Object instantiation, used by new; not to be called directly by the user.
Antti Honkela, Jonatan Ropponen
GPLearn, GPRankTargets, GPRankTFs,
generateModels, modelExtractParam,
modelLogLikelihood.
showClass("GPModel")