model-methods {ClustMMDD} | R Documentation |
modelKS
object.
Recall that a model is defined by ≤ft(K,S\right) where K is the number of clusters and S that indicates the clustering variable. This method retrieves a list of model ≤ft(K,S\right) from a modelKS
object.
signature(object = "modelKS")
Retrieve a list of model ≤ft(K,S\right) from a modelKS
object.
Wilson Toussile.
modelKS
, slotNames
, new
, methods
, show
data(exModelKS) showClass("modelKS") slotNames("modelKS") exModelKS exModelKS["K"] exModelKS["S"] model(exModelKS)