| pkbc-class {QuadratiK} | R Documentation |
A S4 class for the clustering algorithm on the sphere based on Poisson kernel-based distributions.
Description
A class to represent the results of Poisson kernel-based clustering procedure for spherical observations.
Details
See the function pkbc for more details.
Slots
res_kList of objects with the results of the clustering algorithm for each value of possible number of clusters considered.
inputList of input data
Examples
data("wireless")
res <- pkbc(as.matrix(wireless[,-8]),4)
[Package QuadratiK version 1.1.1 Index]