Learn R Programming

ClustMMDD (version 1.0.4)

model-methods: Retrieve a list of model $\left(K,S\right)$ from a modelKS object.

Description

Recall that a model is defined by $\left(K,S\right)$ where $K$ is the number of clusters and $S$ that indicates the clustering variable. This method retrieves a list of model $\left(K,S\right)$ from a modelKS object.

Arguments

Methods

signature(object = "modelKS")
Retrieve a list of model $\left(K,S\right)$ from a modelKS object.

See Also

modelKS, slotNames, new, methods, show

Examples

Run this code
data(exModelKS)
showClass("modelKS")
slotNames("modelKS")
exModelKS
exModelKS["K"]
exModelKS["S"]
model(exModelKS)

Run the code above in your browser using DataLab