Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChongYou/subspace-clustering
/ types & classes
Types & classes
4 in github.com/ChongYou/subspace-clustering
⨍
Functions
21
◇
Types & classes
4
↓ 2 callers
Class
ElasticNetSubspaceClustering
Elastic net subspace clustering (EnSC) [1]. This is a self-representation based subspace clustering method that computes the self-represent
cluster/selfrepresentation.py:312
↓ 2 callers
Class
SparseSubspaceClusteringOMP
Sparse subspace clustering by orthogonal matching pursuit (SSC-OMP). This is a self-representation based subspace clustering method that compute
cluster/selfrepresentation.py:462
Class
LeastSquaresSubspaceClustering
Least squares subspace clustering. Parameters ----------- n_clusters : integer, optional, default: 8 Number of clusters in the
cluster/selfrepresentation.py:549
Class
SelfRepresentation
Base class for self-representation based subspace clustering. Parameters ----------- n_clusters : integer, optional, default: 8
cluster/selfrepresentation.py:18