About 408,000 results
Open links in new tab
  1. Why do we use k-means instead of other algorithms?

    Other clustering algorithms with better features tend to be more expensive. In this case, k-means becomes a great solution for pre-clustering, reducing the space into disjoint smaller sub-spaces …

  2. Choosing a clustering method - Cross Validated

    This quote might be misleading - it clearly doesn't apply to the (admittedly contrived) . Because of the strong non-linear cluster in the second data set, the linkage and density clustering algorithms work …

  3. Applying clustering algorithms after t-SNE in R - Cross Validated

    Apr 2, 2024 · So I'm doing my bachelor`s work and I'm applying different clustering algorithms on certain data. Before all the clustering of course I'm using a dimensionality reduction algorithm such as t-SNE …

  4. Supervised clustering or classification? - Cross Validated

    "Clustering" is synonymous to "unsupervised classification", therefore, "supervised clustering" is an oxymoron. One could argue though that Self Organising Maps are a supervised technique used for …

  5. What are the most common metrics for comparing two clustering ...

    For clustering results, usually people compare different methods over a set of datasets which readers can see the clusters with their own eyes, and get the differences between different methods results. …

  6. Is it important to scale data before clustering? - Cross Validated

    Mar 12, 2014 · I found this tutorial, which suggests that you should run the scale function on features before clustering (I believe that it converts data to z-scores). I'm wondering whether that is necessary.

  7. Clustering a long list of strings (words) into similarity groups

    6 Use graph clustering algorithms, such as Louvain clustering, Restricted Neighbourhood Search Clustering (RNSC), Affinity Propgation Clustering (APC), or the Markov Cluster algorithm (MCL).

  8. Is there a decision-tree-like algorithm for unsupervised clustering?

    May 5, 2016 · What you're looking for is a divisive clustering algorithm. Most common algorithms are agglomerative, which cluster the data in a bottom up manner - each observation starts as its own …

  9. Clustering Algorithm for labeled data - Cross Validated

    Nov 7, 2016 · Clustering algorithms will always perform much much worse compared to classification methods. If you have labels, use classification or regression instead of clustering!

  10. Evaluation measures of goodness or validity of clustering (without ...

    Jan 27, 2012 · Internal indices are used to measure the goodness of a clustering structure without external information (Tseng et al., 2005). For external indices, we evaluate the results of a clustering …