summary.pkbc | R Documentation |
Summary method for class "pkbc"
## S4 method for signature 'pkbc'
summary(object)
object |
Object of class |
Display the logLikelihood values and within cluster sum of squares (wcss) for all the values of number of clusters provided. For each of these values the estimated mixing proportions are showed together with a table with the assigned memberships.
pkbc()
for the clustering algorithm
pkbc for the class object definition.
dat <- rbind(matrix(rnorm(100),2),matrix(rnorm(100,5),2))
res <- pkbc(dat,2:4)
summary(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.