Search Results
| Search type | Search syntax |
|---|---|
| Tags | [tag] |
| Exact | "words here" |
| Author |
user:1234 user:me (yours) |
| Score |
score:3 (3+) score:0 (none) |
| Answers |
answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
| Views | views:250 |
| Code | code:"if (foo != bar)" |
| Sections |
title:apples body:"apples oranges" |
| URL | url:"*.example.com" |
| Saves | in:saves |
| Status |
closed:yes duplicate:no migrated:no wiki:no |
| Types |
is:question is:answer |
| Exclude |
-[tag] -apples |
| For more details on advanced search visit our help page | |
Results tagged with clustering
Search options questions only
not deleted
user 67168
Cluster analysis is the task of partitioning data into subsets of objects according to their mutual "similarity," without using preexisting knowledge such as class labels. [Clustered-standard-errors and/or cluster-samples should be tagged as such; do NOT use the "clustering" tag for them.]
3
votes
0
answers
56
views
clustering verifying two basic invariance properties
I recently became interested in axiomatic definitions of clustering, cf. work of
Kleinberg : http://machinelearning.wustl.edu/mlpapers/paper_files/LT17.pdf
Ben-David : http://machinelearning.wustl.edu … To me, the fact that these clustering are not permutation invariant should prevent locality (if two or more clusters are at the same distance while building the dendrogram, different dendrograms can be …
120
votes
6
answers
179k
views
What is the relation between k-means clustering and PCA?
It is a common practice to apply PCA (principal component analysis) before a clustering algorithm (such as k-means). … for K-means clustering". …
2
votes
1
answer
422
views
Is Minimax Linkage a Lance-Williams hierarchical clustering?
I found the following article on "Hierarchical Clustering With Prototypes
via Minimax Linkage".
It is stated in Property 6 that
Minimax linkage cannot be written using Lance–Williams updates. …