Description Objects from the Class Slots Methods Note Author(s) See Also Examples
This class stores a fitted mixture model.
A virtual Class: No objects may be created from it.
mmData
:Object of class "numeric"
storing the data.
configuration
:Object of class "list"
storing
configuration. See notes for details.
results
:Object of class "list"
storing
results. See notes for details.
signature(object = "MixModel")
: Returns
a data.frame containing the z-scores and classification results.
The optional argument classificationMethod
can be used to
change the default classification method.
signature(object = "MixModel", method =
"character")
: Assess classification results.
signature(object = "MixModel", method =
"missing")
: Assess classification results.
signature(object = "MixModel")
: Assess
mixture components.
signature(object = "MixModel")
: Assess data.
signature(x = "MixModel")
: Assess dimension,
i.e. numer of data points and number of components.
signature(x = "MixModel")
: Number of data points.
signature(object =
"MixModel")
: List available classification methods.
signature(object = "MixModel")
: Print an object
of MixModel
on screen.
signature(object = "MixModel")
: Returns a list
of data frames summarizing the parameter estimations for each component.
signature(object = "MixModel")
: Asses the
components weights.
Slots configuration
and results
are lists with named elements. The following
elements make up the minimum set of element that must be present. Depending on the method
that was used to fit the mixture model, more elements may be present.
Slot configuration
has at least one element.
inits A list with at least two elements: component
and pi
.
components
contains a list of objects of
MixtureComponent-class
storing the inital parameters
of the mixture components. pi
is a vector storing
the initial components' weights.
Slot results
has at least three elements.
components A list of objects of MixtureComponent-class
storing
the fitted mixture components.
pi A numeric vector holding the estimated components' weights.
classification A list of numeric vectors of the same length as data
storing the classification results.
Hans-Ulrich Klein (h.klein@uni-muenster.de)
mlMixModel
bayesMixModel
MixModelML
MixModelBayes
1 | showClass("MixModel")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.