Skip to contents

A class to represent the results of Poisson kernel-based clustering procedure for spherical observations.

Slots

res_k

List of objects with the results of the clustering algorithm for each value of possible number of clusters considered.

input

List of input data

See also

pkbc() for more details.

Examples

data("wireless")
res <- pkbc(as.matrix(wireless[,-8]),4)