A novel density peaks clustering algorithm for automatic selection of clustering centers based on K-nearest neighbors

Zhihe Wang1, Huan Wang1, Hui Du1

  • 1The School of Computer Science and Engineering, Northwest Normal University, Lanzhou 730070, China.

Summary

A new density peak clustering algorithm (AKDPC) automatically selects cluster centers, improving accuracy on complex datasets. This approach enhances clustering by classifying points and using K-nearest neighbor distances for density estimation.

Related Concept Videos

Cluster Sampling Method01:20

Cluster Sampling Method

Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
12.0K
Chromatographic Resolution01:15

Chromatographic Resolution

In chromatography, a solute moves through a chromatographic column and tends to spread, forming a Gaussian-shaped band. The longer the solute spends in the column, the broader the band becomes. The broadening can lead to overlaps within the column, affecting separation effectiveness.
The effectiveness of separation can be evaluated by determining the level of separation between two neighboring peaks in a chromatogram, which represents the individual components of a sample.
In chromatography,...
529
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
81