language-icon Old Web
English
Sign In

Correlation clustering

Clustering is the problem of partitioning data points into groups based on their similarity. Correlation clustering provides a method for clustering a set of objects into the optimum number of clusters without specifying that number in advance. Clustering is the problem of partitioning data points into groups based on their similarity. Correlation clustering provides a method for clustering a set of objects into the optimum number of clusters without specifying that number in advance. In machine learning, correlation clustering or cluster editing operates in a scenario where the relationships between the objects are known instead of the actual representations of the objects. For example, given a weighted graph G = ( V , E ) {displaystyle G=(V,E)} where the edge weight indicates whether two nodes are similar (positive edge weight) or different (negative edge weight), the task is to find a clustering that either maximizes agreements (sum of positive edge weights within a cluster plus the absolute value of the sum of negative edge weights between clusters) or minimizes disagreements (absolute value of the sum of negative edge weights within a cluster plus the sum of positive edge weights across clusters). Unlike other clustering algorithms this does not require choosing the number of clusters k {displaystyle k} in advance because the objective, to minimize the sum of weights of the cut edges, is independent of the number of clusters.

[ "Cluster analysis", "Cluster (physics)", "Medoid", "Spectral clustering", "non parametric clustering", "Similarity (network science)", "semi supervised clustering" ]
Parent Topic
Child Topic
    No Parent Topic