Answers for "subspace clustering"

0

subspace clustering

Subspace clustering is an extension of traditional clustering that seeks to 
find clusters in different subspaces within a dataset. Often in high 
dimensional data, many dimensions are irrelevant and can mask existing 
clusters in noisy data.

Subspace clustering algorithms:
	Exact:
		- SUBCLU
		- DUSC, EDSC, INSCY, GPU-INSCY
    Statistical:
      	- P3C
    	- STATPC
    Grid based:
    	- CLIQUE
		- MAFIA, GPU-MAFIA
        - ENCLUS
    Projected:
    	- PROCLUS
        - ORCLUS
        - FINDIT
Posted by: Guest on December-18-2020

Python Answers by Framework

Browse Popular Code Answers by Language