Distance and Centroid Computation
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)
x |
A data matrix. |
centers |
A matrix of centroids. |
p |
The power of the Minkowski distance. |
dist |
A distance function. |
Friedrich Leisch
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.