|
|
|||
|
|
|
MeanShift | ![]() |
| MeanShift replaces each element in list by the mean of the values of all elements that differ by less than d. |
| DistanceFunction | EuclideanDistance | distance metric function | |
| MaxIterations | 1 | maximum number of iterations to perform |
| ManhattanDistance | Manhattan or "city block" distance | |
| EuclideanDistance | Euclidean distance | |
| SquaredEuclideanDistance | squared Euclidean distance | |
| NormalizedSquaredEuclideanDistance | normalized squared Euclidean distance | |
| CosineDistance | angular cosine distance | |
| CorrelationDistance | correlation coefficient distance |