Description Objects from the Class Slots Methods Author(s) See Also Examples
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)<-
value
Access 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
.
1 | showClass("GPModel")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.