Helper functions to create kccaFamily
objects.
distAngle(x, centers)
distCanberra(x, centers)
distCor(x, centers)
distEuclidean(x, centers)
distJaccard(x, centers)
distManhattan(x, centers)
distMax(x, centers)
distMinkowski(x, centers, p=2)centAngle(x)
centMean(x)
centMedian(x)
centOptim(x, dist)
centOptim01(x, dist)
A data matrix.
A matrix of centroids.
The power of the Minkowski distance.
A distance function.