FLAME clustering: Difference between revisions

Content deleted Content added
Phoolimin (talk | contribs)
No edit summary
Line 1:
'''Fuzzy clustering by Local ApproximationSpproximation of MEmberships (FLAME)''' is a novel [[data clustering]] algorithm that defines clusters in the dense parts of a dataset and perform cluster assignment solely based on the '''neighborhood relationships''' among objects. The key feature of this algorithm is that, the neighborhood relationships among neighboring objects in the feature space are used to constrain the memberships of neighboring objects in the fuzzy membership space.
 
==Description of the FLAME algorithm==
Line 22:
## One-to-multiple object-clusters assignment, to assign each object to the cluster in which it has a membership higher than a threshold.
 
==The Optimizationoptimization Problemproblem in FLAME==
The '''Local/Neighborhood Approximation of Fuzzy Memberships''' is a procedure to minimize the '''Local/Neighborhood Approximation Error (LAE/NAE)''' defined as the following:
 
Line 44:
</math>
 
==A Simplesimple Illustrationillustration on a 2D Testingtesting Datasetdataset==
[[Image:FLAME_Demo.png|800px]]