Description Usage Arguments Value Examples
Extract K-centroids model parameters from a kccasimple object created by the flexclust library
| 1 2 | ## S3 method for class 'kccasimple'
extract_params(object, ...)
 | 
| object | an object of class "kccasimple" | 
| ... | further arguments passed to or from other methods | 
PFA as a list-of-lists that can be inserted into a cell or pool
| 1 2 3 | model <- flexclust::kcca(iris[,1:4], k = 3, 
                         family=flexclust::kccaFamily("kmeans"), simple=TRUE)
extracted_params <- extract_params(model)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.