Skip to content

kylexu1005/Scalable_Affinity_Propagation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Scalable_Affinity_Propagation

This algorithm is used for clustering. It is transferred from the original Affinity Propagation by Frey(2007). The original algorithm is O(N^2). Now I reduce the complexity to O(N) by using nearest neighbors. The work I did is better than the related previous work because I also take exemplars into consideration.

This algorithm contains two stages, the first stage is affinity propagation with nearest neighbors and exemplars in APNBE.m. The second stage is spectral clustering. The whole algorithm is in SAP.m.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages