| pkbc-class | R Documentation |
A class to represent the results of Poisson kernel-based clustering procedure for spherical observations.
res_kList of objects with the results of the clustering algorithm for each value of possible number of clusters considered.
inputList of input data
pkbc() for more details.
data("wireless")
res <- pkbc(as.matrix(wireless[,-8]),4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.