stupidkfn: Stupid farthest neighbour random clustering
Description
Picks k random starting points from given dataset to initialise k
clusters. Then, one by one, a point not yet assigned to any cluster
is assigned to that
cluster, until all points are assigned. The point/cluster pair to be
used is picked according to the smallest distance of a point to the
farthest point to it in any of the already existing clusters as in
complete linkage clustering, see
Akhanli and Hennig (2020).
Usage
stupidkfn(d,k)
Value
The clustering vector (values 1 to k, length number of objects
behind d),